File tree 3 files changed +18
-4
lines changed
propagator/opentelemetry-propagator-b3
3 files changed +18
-4
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-propagator-b3
Original file line number Diff line number Diff line change @@ -228,7 +228,7 @@ commands_pre =
228
228
python -m pip install -e {toxinidir}/exporter/opentelemetry-exporter-zipkin-json[test]
229
229
python -m pip install -e {toxinidir}/exporter/opentelemetry-exporter-zipkin-proto-http[test]
230
230
python -m pip install -e {toxinidir}/exporter/opentelemetry-exporter-zipkin[test]
231
- python -m pip install -e {toxinidir}/propagator/ opentelemetry-propagator-b3[test]
231
+ python -m pip install -e {toxinidir}/opentelemetry-propagator-b3
232
232
python -m pip install -e {toxinidir}/propagator/opentelemetry-propagator-jaeger[test]
233
233
# Pin protobuf version due to lint failing on v3.20.0
234
234
# https://github.com/protocolbuffers/protobuf/issues/9730
You can’t perform that action at this time.
0 commit comments