File tree Expand file tree Collapse file tree 3 files changed +21
-9
lines changed
shim/opentelemetry-opentracing-shim Expand file tree Collapse file tree 3 files changed +21
-9
lines changed Original file line number Diff line number Diff line change @@ -30,12 +30,6 @@ dependencies = [
30
30
" opentracing ~= 2.0" ,
31
31
]
32
32
33
- [project .optional-dependencies ]
34
- test = [
35
- " opentelemetry-test-utils == 0.45b0.dev" ,
36
- " opentracing >= 2.2.0, <3" ,
37
- ]
38
-
39
33
[project .urls ]
40
34
Homepage = " https://github.com/open-telemetry/opentelemetry-python/tree/main/shim/opentelemetry-opentracing-shim"
41
35
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
+ opentracing==2.4.0
8
+ packaging==23.2
9
+ pluggy==1.4.0
10
+ py==1.11.0
11
+ py-cpuinfo==9.0.0
12
+ pytest==7.1.3
13
+ pytest-benchmark==4.0.0
14
+ tomli==2.0.1
15
+ typing_extensions==4.10.0
16
+ wrapt==1.16.0
17
+ zipp==3.17.0
18
+ -e opentelemetry-api
19
+ -e shim/opentelemetry-opentracing-shim
Original file line number Diff line number Diff line change @@ -135,8 +135,7 @@ commands_pre =
135
135
proto3-opentelemetry-exporter-otlp-proto-http: pip install -r {toxinidir}/exporter/opentelemetry-exporter-otlp-proto-http/test-requirements-0.txt
136
136
proto4-opentelemetry-exporter-otlp-proto-http: pip install -r {toxinidir}/exporter/opentelemetry-exporter-otlp-proto-http/test-requirements-1.txt
137
137
138
- opentracing-shim: pip install {toxinidir}/opentelemetry-sdk
139
- opentracing-shim: pip install {toxinidir}/shim/opentelemetry-opentracing-shim
138
+ opentracing-shim: pip install -r {toxinidir}/shim/opentelemetry-opentracing-shim/test-requirements.txt
140
139
141
140
opencensus-shim: pip install {toxinidir}/opentelemetry-sdk
142
141
opencensus-shim: pip install {toxinidir}/shim/opentelemetry-opencensus-shim[test]
@@ -219,7 +218,7 @@ commands_pre =
219
218
pip install -r {toxinidir}/opentelemetry-semantic-conventions/test-requirements.txt
220
219
python -m pip install -e {toxinidir}/opentelemetry-proto[test]
221
220
python -m pip install -e {toxinidir}/tests/opentelemetry-test-utils[test]
222
- python -m pip install -e {toxinidir}/shim/opentelemetry-opentracing-shim[ test]
221
+ pip install -r {toxinidir}/shim/opentelemetry-opentracing-shim/ test-requirements.txt
223
222
python -m pip install -e {toxinidir}/shim/opentelemetry-opencensus-shim[test]
224
223
python -m pip install -e {toxinidir}/exporter/opentelemetry-exporter-opencensus[test]
225
224
python -m pip install -e {toxinidir}/exporter/opentelemetry-exporter-otlp-proto-common[test]
You can’t perform that action at this time.
0 commit comments