Remove unnecessary deps on test pkgs (#752)

This commit is contained in:
(Eliseo) Nathaniel Ruiz Nowell 2021-10-18 15:39:27 -04:00 committed by GitHub
parent 3058281f5e
commit c6ec4866ea
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -47,7 +47,6 @@ opentelemetry_propagator =
[options.extras_require]
test =
opentelemetry-test == 0.25b0
[options.packages.find]
where = src

View File

@ -47,7 +47,6 @@ opentelemetry_id_generator =
[options.extras_require]
test =
opentelemetry-test == 0.25b0
[options.packages.find]
where = src