File tree 3 files changed +21
-6
lines changed
exporter/opentelemetry-exporter-otlp-proto-common
3 files changed +21
-6
lines changed Original file line number Diff line number Diff line change @@ -27,9 +27,6 @@ dependencies = [
27
27
" opentelemetry-proto == 1.24.0.dev" ,
28
28
]
29
29
30
- [project .optional-dependencies ]
31
- test = []
32
-
33
30
[project .urls ]
34
31
Homepage = " https://github.com/open-telemetry/opentelemetry-python/tree/main/exporter/opentelemetry-exporter-otlp-proto-common"
35
32
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
+ protobuf==4.25.3
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-proto
19
+ -e exporter/opentelemetry-exporter-otlp-proto-common
Original file line number Diff line number Diff line change @@ -120,8 +120,7 @@ commands_pre =
120
120
121
121
exporter-opencensus: pip install -r {toxinidir}/exporter/opentelemetry-exporter-opencensus/test-requirements.txt
122
122
123
- exporter-otlp-proto-common: pip install {toxinidir}/opentelemetry-proto
124
- exporter-otlp-proto-common: pip install {toxinidir}/exporter/opentelemetry-exporter-otlp-proto-common
123
+ exporter-otlp-proto-common: pip install -r {toxinidir}/exporter/opentelemetry-exporter-otlp-proto-common/test-requirements.txt
125
124
126
125
exporter-otlp-combined: pip install {toxinidir}/opentelemetry-proto
127
126
exporter-otlp-combined: pip install {toxinidir}/exporter/opentelemetry-exporter-otlp-proto-common
@@ -221,7 +220,7 @@ commands_pre =
221
220
pip install -r {toxinidir}/shim/opentelemetry-opencensus-shim/test-requirements.txt
222
221
pip install -r {toxinidir}/exporter/opentelemetry-exporter-opencensus/test-requirements.txt
223
222
pip install -r {toxinidir}/tests/opentelemetry-test-utils/test-requirements.txt
224
- python -m pip install -e {toxinidir}/exporter/opentelemetry-exporter-otlp-proto-common[ test]
223
+ pip install -r {toxinidir}/exporter/opentelemetry-exporter-otlp-proto-common/ test-requirements.txt
225
224
python -m pip install -e {toxinidir}/exporter/opentelemetry-exporter-otlp-proto-grpc[test]
226
225
pip install -r {toxinidir}/exporter/opentelemetry-exporter-otlp-proto-http/test-requirements-1.txt
227
226
python -m pip install -e {toxinidir}/exporter/opentelemetry-exporter-otlp[test]
You can’t perform that action at this time.
0 commit comments