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 @@ -137,8 +137,7 @@ commands_pre =
137
137
138
138
opencensus: pip install {toxinidir}/exporter/opentelemetry-exporter-opencensus
139
139
140
- exporter-otlp-proto-common: pip install {toxinidir}/opentelemetry-proto
141
- exporter-otlp-proto-common: pip install {toxinidir}/exporter/opentelemetry-exporter-otlp-proto-common
140
+ exporter-otlp-proto-common: pip install -r {toxinidir}/exporter/opentelemetry-exporter-otlp-proto-common/test-requirements.txt
142
141
143
142
exporter-otlp-combined: pip install {toxinidir}/opentelemetry-proto
144
143
exporter-otlp-combined: pip install {toxinidir}/exporter/opentelemetry-exporter-otlp-proto-common
@@ -220,7 +219,7 @@ commands_pre =
220
219
python -m pip install -e {toxinidir}/shim/opentelemetry-opentracing-shim[test]
221
220
python -m pip install -e {toxinidir}/shim/opentelemetry-opencensus-shim[test]
222
221
python -m pip install -e {toxinidir}/exporter/opentelemetry-exporter-opencensus[test]
223
- python -m pip install -e {toxinidir}/exporter/opentelemetry-exporter-otlp-proto-common[test]
222
+ python -m pip install -e {toxinidir}/exporter/opentelemetry-exporter-otlp-proto-common
224
223
python -m pip install -e {toxinidir}/exporter/opentelemetry-exporter-otlp-proto-grpc[test]
225
224
python -m pip install -e {toxinidir}/exporter/opentelemetry-exporter-otlp-proto-http[test]
226
225
python -m pip install -e {toxinidir}/exporter/opentelemetry-exporter-otlp[test]
You can’t perform that action at this time.
0 commit comments