Skip to content

Commit d32f4fa

Browse files
committed
keep 1.62.0 test
Signed-off-by: emdneto <[email protected]>
1 parent 3125f9e commit d32f4fa

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

instrumentation/opentelemetry-instrumentation-grpc/test-requirements-0.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
asgiref==3.8.1
22
Deprecated==1.2.14
3-
grpcio==1.66.2
3+
grpcio==1.62.0
44
iniconfig==2.0.0
55
packaging==24.0
66
pluggy==1.5.0

instrumentation/opentelemetry-instrumentation-grpc/test-requirements-1.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
asgiref==3.8.1
22
Deprecated==1.2.14
3-
grpcio==1.68.1
3+
grpcio==1.66.2
44
iniconfig==2.0.0
55
packaging==24.0
66
pluggy==1.5.0

tox.ini

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -258,9 +258,9 @@ envlist =
258258
; opentelemetry-instrumentation-grpc
259259
; The numbers at the end of the environment names
260260
; below mean these dependencies are being used:
261-
; 0: grpcio==1.66.2
262-
; 1: grpcio==1.68.1
263-
py3{8,9,10,11,12}-test-instrumentation-grpc-{0,1}
261+
; 0: grpcio==1.62.0
262+
; 1: grpcio==1.66.2
263+
py3{8,9,10,11,12,13}-test-instrumentation-grpc-{0,1}
264264
lint-instrumentation-grpc
265265

266266
; opentelemetry-instrumentation-sqlalchemy

0 commit comments

Comments
 (0)