Skip to content

Commit

Permalink
Remove unnecessary deps on test pkgs (#752)
Browse files Browse the repository at this point in the history
  • Loading branch information
NathanielRN committed Oct 18, 2021
1 parent 3058281 commit c6ec486
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased](https://github.com/open-telemetry/opentelemetry-python/compare/v1.6.0-0.25b0...HEAD)
- `opentelemetry-sdk-extension-aws` & `opentelemetry-propagator-aws` Remove unnecessary dependencies on `opentelemetry-test`
([#752](https://github.com/open-telemetry/opentelemetry-python-contrib/pull/752))

### Changed
- `opentelemetry-util-http` no longer contains an instrumentation entrypoint and will not be loaded
Expand Down
1 change: 0 additions & 1 deletion propagator/opentelemetry-propagator-aws-xray/setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@ opentelemetry_propagator =

[options.extras_require]
test =
opentelemetry-test == 0.25b0

[options.packages.find]
where = src
1 change: 0 additions & 1 deletion sdk-extension/opentelemetry-sdk-extension-aws/setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@ opentelemetry_id_generator =

[options.extras_require]
test =
opentelemetry-test == 0.25b0

[options.packages.find]
where = src

0 comments on commit c6ec486

Please sign in to comment.