Skip to content

Commit 71c335f

Browse files
committed
fix grpc tests
Signed-off-by: emdneto <9735060+emdneto@users.noreply.github.com>
1 parent 45bd261 commit 71c335f

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

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.66.2
3+
grpcio==1.75.1
44
iniconfig==2.0.0
55
packaging==24.0
66
pluggy==1.5.0

tox.ini

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -302,7 +302,8 @@ envlist =
302302
; The numbers at the end of the environment names
303303
; below mean these dependencies are being used:
304304
; 0: grpcio==1.62.0
305-
; 1: grpcio==1.66.2
305+
; 1: grpcio==1.75.1
306+
; TODO: simplify tests-requirements here to use latest|oldest testing pattern
306307
py3{9,10,11,12}-test-instrumentation-grpc-{0,1}
307308
py3{13,14}-test-instrumentation-grpc-1
308309
lint-instrumentation-grpc

0 commit comments

Comments
 (0)