File tree 3 files changed +23
-5
lines changed
exporter/opentelemetry-exporter-otlp
3 files changed +23
-5
lines changed Original file line number Diff line number Diff line change @@ -29,9 +29,6 @@ dependencies = [
29
29
" opentelemetry-exporter-otlp-proto-http == 1.24.0.dev" ,
30
30
]
31
31
32
- [project .optional-dependencies ]
33
- test = []
34
-
35
32
[project .entry-points .opentelemetry_logs_exporter ]
36
33
otlp = " opentelemetry.exporter.otlp.proto.grpc._log_exporter:OTLPLogExporter"
37
34
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-proto
18
+ -e exporter/opentelemetry-exporter-otlp-proto-common
19
+ -e exporter/opentelemetry-exporter-otlp-proto-grpc
20
+ -e exporter/opentelemetry-exporter-otlp-proto-http
21
+ -e exporter/opentelemetry-exporter-otlp
Original file line number Diff line number Diff line change @@ -121,7 +121,7 @@ commands_pre =
121
121
exporter-otlp-combined: pip install {toxinidir}/exporter/opentelemetry-exporter-otlp-proto-common
122
122
exporter-otlp-combined: pip install {toxinidir}/exporter/opentelemetry-exporter-otlp-proto-grpc
123
123
exporter-otlp-combined: pip install {toxinidir}/exporter/opentelemetry-exporter-otlp-proto-http
124
- exporter-otlp-combined: pip install {toxinidir}/exporter/opentelemetry-exporter-otlp
124
+ exporter-otlp-combined: pip install {toxinidir}/exporter/opentelemetry-exporter-otlp/test-requirements.txt
125
125
126
126
exporter-otlp-proto-grpc: pip install {toxinidir}/opentelemetry-proto
127
127
exporter-otlp-proto-grpc: pip install {toxinidir}/exporter/opentelemetry-exporter-otlp-proto-common
@@ -221,7 +221,7 @@ commands_pre =
221
221
python -m pip install -e {toxinidir}/exporter/opentelemetry-exporter-otlp-proto-common[test]
222
222
python -m pip install -e {toxinidir}/exporter/opentelemetry-exporter-otlp-proto-grpc[test]
223
223
python -m pip install -e {toxinidir}/exporter/opentelemetry-exporter-otlp-proto-http[test]
224
- python -m pip install -e {toxinidir}/exporter/opentelemetry-exporter-otlp[test]
224
+ pip install -r {toxinidir}/exporter/opentelemetry-exporter-otlp
225
225
python -m pip install -e {toxinidir}/exporter/opentelemetry-exporter-prometheus[test]
226
226
python -m pip install -e {toxinidir}/exporter/opentelemetry-exporter-zipkin-json[test]
227
227
python -m pip install -e {toxinidir}/exporter/opentelemetry-exporter-zipkin-proto-http[test]
You can’t perform that action at this time.
0 commit comments