File tree 3 files changed +18
-5
lines changed
propagator/opentelemetry-propagator-ot-trace
3 files changed +18
-5
lines changed Original file line number Diff line number Diff line change @@ -28,9 +28,6 @@ dependencies = [
28
28
" opentelemetry-sdk ~= 1.12" ,
29
29
]
30
30
31
- [project .optional-dependencies ]
32
- test = []
33
-
34
31
[project .entry-points .opentelemetry_propagator ]
35
32
ottrace = " opentelemetry.propagators.ot_trace:OTTracePropagator"
36
33
Original file line number Diff line number Diff line change
1
+ asgiref==3.7.2
2
+ attrs==23.2.0
3
+ Deprecated==1.2.14
4
+ importlib-metadata==6.11.0
5
+ iniconfig==2.0.0
6
+ packaging==23.2
7
+ pluggy==1.4.0
8
+ py==1.11.0
9
+ py-cpuinfo==9.0.0
10
+ pytest==7.1.3
11
+ pytest-benchmark==4.0.0
12
+ tomli==2.0.1
13
+ typing_extensions==4.10.0
14
+ wrapt==1.16.0
15
+ zipp==3.17.0
16
+ -e propagator/opentelemetry-propagator-ot-trace
Original file line number Diff line number Diff line change @@ -460,7 +460,7 @@ commands_pre =
460
460
461
461
http: pip install {toxinidir}/util/opentelemetry-util-http
462
462
; In order to get a health coverage report,
463
- propagator-ot-trace: pip install {toxinidir}/propagator/opentelemetry-propagator-ot-trace[ test]
463
+ propagator-ot-trace: pip install -r {toxinidir}/propagator/opentelemetry-propagator-ot-trace/ test-requirements.txt
464
464
465
465
propagator-aws-xray: pip install -r {toxinidir}/propagator/opentelemetry-propagator-aws-xray/test-requirements.txt
466
466
@@ -620,7 +620,7 @@ commands_pre =
620
620
python -m pip install -e {toxinidir}/sdk-extension/opentelemetry-sdk-extension-aws[test]
621
621
pip install -r {toxinidir}/resource/opentelemetry-resource-detector-container/test-requirements.txt
622
622
pip install -r {toxinidir}/propagator/opentelemetry-propagator-aws-xray/test-requirements.txt
623
- python -m pip install -e {toxinidir}/propagator/opentelemetry-propagator-ot-trace[ test]
623
+ pip install -r {toxinidir}/propagator/opentelemetry-propagator-ot-trace/ test-requirements.txt
624
624
python -m pip install -e {toxinidir}/opentelemetry-distro[test]
625
625
626
626
commands =
You can’t perform that action at this time.
0 commit comments