Skip to content

Commit c906f7f

Browse files
committed
fix grpc httpx pyramid
Signed-off-by: emdneto <[email protected]>
1 parent 93c8f3a commit c906f7f

File tree

3 files changed

+11
-9
lines changed

3 files changed

+11
-9
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.62.0
3+
grpcio==1.63.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.63.0
3+
grpcio==1.66.2
44
iniconfig==2.0.0
55
packaging==24.0
66
pluggy==1.5.0

tox.ini

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -231,7 +231,7 @@ envlist =
231231
lint-instrumentation-pymysql
232232

233233
; opentelemetry-instrumentation-pyramid
234-
py3{8,9,10,11,12,13}-test-instrumentation-pyramid
234+
py3{8,9,10,11,12}-test-instrumentation-pyramid
235235
pypy3-test-instrumentation-pyramid
236236
lint-instrumentation-pyramid
237237

@@ -258,9 +258,10 @@ 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.62.0
262-
; 1: grpcio==1.63.0
263-
py3{8,9,10,11,12,13}-test-instrumentation-grpc-{0,1}
261+
; 0: grpcio==1.63.0
262+
; 1: grpcio==1.66.2
263+
py3{8,9,10,11,12}-test-instrumentation-grpc-0
264+
py3{8,9,10,11,12,13}-test-instrumentation-grpc-1
264265
lint-instrumentation-grpc
265266

266267
; opentelemetry-instrumentation-sqlalchemy
@@ -311,9 +312,10 @@ envlist =
311312
; opentelemetry-instrumentation-httpx
312313
; The numbers at the end of the environment names
313314
; below mean these dependencies are being used:
314-
; 0: httpx>=0.18.0,<0.19.0 respx~=0.17.0
315+
; 0: httpx>=0.18.0,<0.19.0 respx~=0.17.0 -- tests not pass in py313
315316
; 1: httpx>=0.19.0 respx~=0.20.1
316-
py3{8,9,10,11,12,13}-test-instrumentation-httpx-{0,1}
317+
py3{8,9,10,11,12}-test-instrumentation-httpx-{0,1}
318+
py313-test-instrumentation-httpx-1
317319
pypy3-test-instrumentation-httpx-{0,1}
318320
lint-instrumentation-httpx
319321

@@ -602,7 +604,7 @@ deps =
602604
sqlalchemy-0: -r {toxinidir}/instrumentation/opentelemetry-instrumentation-sqlalchemy/test-requirements-0.txt
603605
sqlalchemy-1: -r {toxinidir}/instrumentation/opentelemetry-instrumentation-sqlalchemy/test-requirements-1.txt
604606
sqlalchemy-2: -r {toxinidir}/instrumentation/opentelemetry-instrumentation-sqlalchemy/test-requirements-2.txt
605-
lint-instrumentation-sqlalchemy: -r {toxinidir}/instrumentation/opentelemetry-instrumentation-sqlalchemy/test-requirements-1.txt
607+
lint-instrumentation-sqlalchemy: -r {toxinidir}/instrumentation/opentelemetry-instrumentation-sqlalchemy/test-requirements-2.txt
606608

607609
elasticsearch: {[testenv]test_deps}
608610
elasticsearch-0: -r {toxinidir}/instrumentation/opentelemetry-instrumentation-elasticsearch/test-requirements-0.txt

0 commit comments

Comments
 (0)