File tree Expand file tree Collapse file tree 4 files changed +53
-9
lines changed
exporter/opentelemetry-exporter-otlp-proto-grpc Expand file tree Collapse file tree 4 files changed +53
-9
lines changed Original file line number Diff line number Diff line change @@ -33,11 +33,6 @@ dependencies = [
33
33
" opentelemetry-exporter-otlp-proto-common == 1.25.0.dev" ,
34
34
]
35
35
36
- [project .optional-dependencies ]
37
- test = [
38
- " pytest-grpc" ,
39
- ]
40
-
41
36
[project .entry-points .opentelemetry_logs_exporter ]
42
37
otlp_proto_grpc = " opentelemetry.exporter.otlp.proto.grpc._log_exporter:OTLPLogExporter"
43
38
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
+ googleapis-common-protos==1.62.0
6
+ grpcio==1.62.0
7
+ importlib-metadata==6.11.0
8
+ iniconfig==2.0.0
9
+ packaging==23.2
10
+ pluggy==1.4.0
11
+ protobuf==3.19.6
12
+ py==1.11.0
13
+ py-cpuinfo==9.0.0
14
+ pytest==7.1.3
15
+ pytest-benchmark==4.0.0
16
+ tomli==2.0.1
17
+ typing_extensions==4.10.0
18
+ wrapt==1.16.0
19
+ zipp==3.17.0
20
+ -e opentelemetry-api
21
+ -e exporter/opentelemetry-exporter-otlp-proto-common
22
+ -e opentelemetry-proto
23
+ -e opentelemetry-sdk
24
+ -e opentelemetry-semantic-conventions
25
+ -e exporter/opentelemetry-exporter-otlp-proto-grpc
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
+ googleapis-common-protos==1.62.0
6
+ grpcio==1.62.0
7
+ importlib-metadata==6.11.0
8
+ iniconfig==2.0.0
9
+ packaging==23.2
10
+ pluggy==1.4.0
11
+ protobuf==4.25.3
12
+ py==1.11.0
13
+ py-cpuinfo==9.0.0
14
+ pytest==7.1.3
15
+ pytest-benchmark==4.0.0
16
+ tomli==2.0.1
17
+ typing_extensions==4.10.0
18
+ wrapt==1.16.0
19
+ zipp==3.17.0
20
+ -e opentelemetry-api
21
+ -e exporter/opentelemetry-exporter-otlp-proto-common
22
+ -e opentelemetry-proto
23
+ -e opentelemetry-sdk
24
+ -e opentelemetry-semantic-conventions
25
+ -e exporter/opentelemetry-exporter-otlp-proto-grpc
Original file line number Diff line number Diff line change @@ -124,9 +124,8 @@ commands_pre =
124
124
125
125
exporter-otlp-combined: pip install -r {toxinidir}/exporter/opentelemetry-exporter-otlp/test-requirements.txt
126
126
127
- exporter-otlp-proto-grpc: pip install {toxinidir}/opentelemetry-proto
128
- exporter-otlp-proto-grpc: pip install {toxinidir}/exporter/opentelemetry-exporter-otlp-proto-common
129
- exporter-otlp-proto-grpc: pip install {toxinidir}/exporter/opentelemetry-exporter-otlp-proto-grpc
127
+ proto3-opentelemetry-exporter-otlp-proto-grpc: pip install -r {toxinidir}/exporter/opentelemetry-exporter-otlp-proto-grpc/test-requirements-0.txt
128
+ proto4-opentelemetry-exporter-otlp-proto-grpc: pip install -r {toxinidir}/exporter/opentelemetry-exporter-otlp-proto-grpc/test-requirements-1.txt
130
129
131
130
proto3-opentelemetry-exporter-otlp-proto-http: pip install -r {toxinidir}/exporter/opentelemetry-exporter-otlp-proto-http/test-requirements-0.txt
132
131
proto4-opentelemetry-exporter-otlp-proto-http: pip install -r {toxinidir}/exporter/opentelemetry-exporter-otlp-proto-http/test-requirements-1.txt
@@ -214,8 +213,8 @@ commands_pre =
214
213
pip install -r {toxinidir}/exporter/opentelemetry-exporter-opencensus/test-requirements.txt
215
214
pip install -r {toxinidir}/tests/opentelemetry-test-utils/test-requirements.txt
216
215
pip install -r {toxinidir}/exporter/opentelemetry-exporter-otlp-proto-common/test-requirements.txt
217
- python -m pip install -e {toxinidir}/exporter/opentelemetry-exporter-otlp-proto-grpc[test]
218
216
pip install -r {toxinidir}/exporter/opentelemetry-exporter-otlp-proto-http/test-requirements-1.txt
217
+ pip install -r {toxinidir}/exporter/opentelemetry-exporter-otlp-proto-grpc/test-requirements-1.txt
219
218
pip install -r {toxinidir}/exporter/opentelemetry-exporter-prometheus/test-requirements.txt
220
219
pip install -r {toxinidir}/exporter/opentelemetry-exporter-zipkin-proto-http/test-requirements.txt
221
220
pip install -r {toxinidir}/exporter/opentelemetry-exporter-zipkin-json/test-requirements.txt
You can’t perform that action at this time.
0 commit comments