@@ -92,8 +92,8 @@ envlist =
92
92
pypy3-test-instrumentation-urllib
93
93
94
94
; opentelemetry-instrumentation-urllib3
95
- py3{7,8,9,10,11}-test-instrumentation-urllib3
96
- ; pypy3-test-instrumentation-urllib3
95
+ py3{7,8,9,10,11}-test-instrumentation-urllib3v{1,2}
96
+ ; pypy3-test-instrumentation-urllib3v{1,2}
97
97
98
98
; opentelemetry-instrumentation-requests
99
99
py3{7,8,9,10,11}-test-instrumentation-requests
@@ -280,6 +280,8 @@ deps =
280
280
httpx18: respx~=0.17.0
281
281
httpx21: httpx>=0.19.0
282
282
httpx21: respx~=0.20.1
283
+ urllib3v1: urllib3 >=1.0.0,<2.0.0
284
+ urllib3v2: urllib3 >=2.0.0,<3.0.0
283
285
284
286
; FIXME: add coverage testing
285
287
; FIXME: add mypy testing
@@ -310,7 +312,7 @@ changedir =
310
312
test-instrumentation-fastapi: instrumentation/opentelemetry-instrumentation-fastapi/tests
311
313
test-instrumentation-flask{213,220}: instrumentation/opentelemetry-instrumentation-flask/tests
312
314
test-instrumentation-urllib: instrumentation/opentelemetry-instrumentation-urllib/tests
313
- test-instrumentation-urllib3 : instrumentation/opentelemetry-instrumentation-urllib3/tests
315
+ test-instrumentation-urllib3v{1,2} : instrumentation/opentelemetry-instrumentation-urllib3/tests
314
316
test-instrumentation-grpc: instrumentation/opentelemetry-instrumentation-grpc/tests
315
317
test-instrumentation-jinja2: instrumentation/opentelemetry-instrumentation-jinja2/tests
316
318
test-instrumentation-kafka-python: instrumentation/opentelemetry-instrumentation-kafka-python/tests
@@ -369,7 +371,7 @@ commands_pre =
369
371
370
372
grpc: pip install {toxinidir}/instrumentation/opentelemetry-instrumentation-grpc[test]
371
373
372
- falcon{1,2,3},flask{213,220},django{1,2,3,4},pyramid,tornado,starlette,fastapi,aiohttp,asgi,requests,urllib,urllib3 ,wsgi: pip install {toxinidir}/util/opentelemetry-util-http[test]
374
+ falcon{1,2,3},flask{213,220},django{1,2,3,4},pyramid,tornado,starlette,fastapi,aiohttp,asgi,requests,urllib,urllib3v{1,2} ,wsgi: pip install {toxinidir}/util/opentelemetry-util-http[test]
373
375
wsgi,falcon{1,2,3},flask{213,220},django{1,2,3,4},pyramid: pip install {toxinidir}/instrumentation/opentelemetry-instrumentation-wsgi[test]
374
376
asgi,django{3,4},starlette,fastapi: pip install {toxinidir}/instrumentation/opentelemetry-instrumentation-asgi[test]
375
377
@@ -388,7 +390,7 @@ commands_pre =
388
390
389
391
urllib: pip install {toxinidir}/instrumentation/opentelemetry-instrumentation-urllib[test]
390
392
391
- urllib3 : pip install {toxinidir}/instrumentation/opentelemetry-instrumentation-urllib3[test]
393
+ urllib3v{1,2} : pip install {toxinidir}/instrumentation/opentelemetry-instrumentation-urllib3[test]
392
394
393
395
botocore: pip install {toxinidir}/instrumentation/opentelemetry-instrumentation-botocore[test]
394
396
0 commit comments