@@ -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