File tree 3 files changed +20
-5
lines changed
propagator/opentelemetry-propagator-b3
3 files changed +20
-5
lines changed Original file line number Diff line number Diff line change @@ -29,9 +29,6 @@ dependencies = [
29
29
" opentelemetry-api ~= 1.3" ,
30
30
]
31
31
32
- [project .optional-dependencies ]
33
- test = []
34
-
35
32
[project .entry-points .opentelemetry_propagator ]
36
33
b3 = " opentelemetry.propagators.b3:B3SingleFormat"
37
34
b3multi = " opentelemetry.propagators.b3:B3MultiFormat"
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
+ flaky==3.7.0
5
+ importlib-metadata==6.11.0
6
+ iniconfig==2.0.0
7
+ packaging==23.2
8
+ pluggy==1.4.0
9
+ py==1.11.0
10
+ py-cpuinfo==9.0.0
11
+ pytest==7.1.3
12
+ pytest-benchmark==4.0.0
13
+ tomli==2.0.1
14
+ typing_extensions==4.10.0
15
+ wrapt==1.16.0
16
+ zipp==3.17.0
17
+ -e opentelemetry-api
18
+ -e propagator/opentelemetry-propagator-b3
Original file line number Diff line number Diff line change @@ -151,7 +151,7 @@ commands_pre =
151
151
152
152
exporter-zipkin-json: pip install {toxinidir}/exporter/opentelemetry-exporter-zipkin-json
153
153
154
- b3: pip install {toxinidir}/propagator/opentelemetry-propagator-b3
154
+ propagator- b3: pip install -r {toxinidir}/propagator/opentelemetry-propagator-b3/test-requirements.txt
155
155
156
156
propagator-jaeger: pip install {toxinidir}/propagator/opentelemetry-propagator-jaeger
157
157
@@ -229,7 +229,7 @@ commands_pre =
229
229
python -m pip install -e {toxinidir}/exporter/opentelemetry-exporter-zipkin-json[test]
230
230
python -m pip install -e {toxinidir}/exporter/opentelemetry-exporter-zipkin-proto-http[test]
231
231
python -m pip install -e {toxinidir}/exporter/opentelemetry-exporter-zipkin[test]
232
- python -m pip install -e {toxinidir}/propagator/opentelemetry-propagator-b3[ test]
232
+ pip install -r {toxinidir}/propagator/opentelemetry-propagator-b3/ test-requirements.txt
233
233
python -m pip install -e {toxinidir}/propagator/opentelemetry-propagator-jaeger[test]
234
234
# Pin protobuf version due to lint failing on v3.20.0
235
235
# https://github.com/protocolbuffers/protobuf/issues/9730
You can’t perform that action at this time.
0 commit comments