Remove unnecessary deps on test pkgs (#752)
This commit is contained in:
parent
3058281f5e
commit
c6ec4866ea
|
|
@ -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).
|
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)
|
## [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
|
### Changed
|
||||||
- `opentelemetry-util-http` no longer contains an instrumentation entrypoint and will not be loaded
|
- `opentelemetry-util-http` no longer contains an instrumentation entrypoint and will not be loaded
|
||||||
|
|
|
||||||
|
|
@ -47,7 +47,6 @@ opentelemetry_propagator =
|
||||||
|
|
||||||
[options.extras_require]
|
[options.extras_require]
|
||||||
test =
|
test =
|
||||||
opentelemetry-test == 0.25b0
|
|
||||||
|
|
||||||
[options.packages.find]
|
[options.packages.find]
|
||||||
where = src
|
where = src
|
||||||
|
|
|
||||||
|
|
@ -47,7 +47,6 @@ opentelemetry_id_generator =
|
||||||
|
|
||||||
[options.extras_require]
|
[options.extras_require]
|
||||||
test =
|
test =
|
||||||
opentelemetry-test == 0.25b0
|
|
||||||
|
|
||||||
[options.packages.find]
|
[options.packages.find]
|
||||||
where = src
|
where = src
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue