Skip to content

Commit e3b7e1b

Browse files
committed
fix test requirements
Signed-off-by: Jason Parraga <sovietaced@gmail.com>
1 parent ada20c3 commit e3b7e1b

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

exporter/opentelemetry-exporter-otlp-proto-grpc/test-requirements-2.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ asgiref==3.7.2
22
attrs==23.2.0
33
Deprecated==1.2.14
44
flaky==3.7.0
5-
googleapis-common-protos==1.62.0
5+
googleapis-common-protos==1.63.0
66
grpcio==1.62.0
77
importlib-metadata==6.11.0
88
iniconfig==2.0.0

exporter/opentelemetry-exporter-otlp-proto-http/test-requirements-2.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ certifi==2024.2.2
44
charset-normalizer==3.3.2
55
Deprecated==1.2.14
66
flaky==3.7.0
7-
googleapis-common-protos==1.62.0
7+
googleapis-common-protos==1.63.0
88
idna==3.6
99
importlib-metadata==6.11.0
1010
iniconfig==2.0.0

tox.ini

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -141,14 +141,17 @@ commands_pre =
141141

142142
exporter-otlp-proto-common-0: pip install -r {toxinidir}/exporter/opentelemetry-exporter-otlp-proto-common/test-requirements-0.txt
143143
exporter-otlp-proto-common-1: pip install -r {toxinidir}/exporter/opentelemetry-exporter-otlp-proto-common/test-requirements-1.txt
144+
exporter-otlp-proto-common-2: pip install -r {toxinidir}/exporter/opentelemetry-exporter-otlp-proto-common/test-requirements-2.txt
144145

145146
exporter-otlp-combined: pip install -r {toxinidir}/exporter/opentelemetry-exporter-otlp/test-requirements.txt
146147

147148
opentelemetry-exporter-otlp-proto-grpc-0: pip install -r {toxinidir}/exporter/opentelemetry-exporter-otlp-proto-grpc/test-requirements-0.txt
148149
opentelemetry-exporter-otlp-proto-grpc-1: pip install -r {toxinidir}/exporter/opentelemetry-exporter-otlp-proto-grpc/test-requirements-1.txt
150+
opentelemetry-exporter-otlp-proto-grpc-2: pip install -r {toxinidir}/exporter/opentelemetry-exporter-otlp-proto-grpc/test-requirements-2.txt
149151

150152
opentelemetry-exporter-otlp-proto-http-0: pip install -r {toxinidir}/exporter/opentelemetry-exporter-otlp-proto-http/test-requirements-0.txt
151153
opentelemetry-exporter-otlp-proto-http-1: pip install -r {toxinidir}/exporter/opentelemetry-exporter-otlp-proto-http/test-requirements-1.txt
154+
opentelemetry-exporter-otlp-proto-http-2: pip install -r {toxinidir}/exporter/opentelemetry-exporter-otlp-proto-http/test-requirements-2.txt
152155

153156
opentracing-shim: pip install -r {toxinidir}/shim/opentelemetry-opentracing-shim/test-requirements.txt
154157

0 commit comments

Comments
 (0)