@@ -92,8 +92,8 @@ envlist =
92
92
pypy3-test-instrumentation-urllib
93
93
94
94
; opentelemetry-instrumentation-urllib3
95
- py3{8,9,10,11}-test-instrumentation-urllib3v-{1,2 }
96
- pypy3-test-instrumentation-urllib3v-{1,2 }
95
+ py3{8,9,10,11}-test-instrumentation-urllib3-{0,1 }
96
+ pypy3-test-instrumentation-urllib3-{0,1 }
97
97
98
98
; opentelemetry-instrumentation-requests
99
99
py3{8,9,10,11}-test-instrumentation-requests
@@ -296,8 +296,6 @@ deps =
296
296
httpx-18: respx~=0.17.0
297
297
httpx-21: httpx>=0.19.0
298
298
httpx-21: respx~=0.20.1
299
- urllib3v-1: urllib3 >=1.0.0,<2.0.0
300
- urllib3v-2: urllib3 >=2.0.0,<3.0.0
301
299
302
300
; FIXME: add coverage testing
303
301
; FIXME: add mypy testing
@@ -329,7 +327,7 @@ changedir =
329
327
test-instrumentation-fastapi: instrumentation/opentelemetry-instrumentation-fastapi/tests
330
328
test-instrumentation-flask-{213,220,300}: instrumentation/opentelemetry-instrumentation-flask/tests
331
329
test-instrumentation-urllib: instrumentation/opentelemetry-instrumentation-urllib/tests
332
- test-instrumentation-urllib3v-{1,2 }: instrumentation/opentelemetry-instrumentation-urllib3/tests
330
+ test-instrumentation-urllib3-{0,1 }: instrumentation/opentelemetry-instrumentation-urllib3/tests
333
331
test-instrumentation-grpc: instrumentation/opentelemetry-instrumentation-grpc/tests
334
332
test-instrumentation-jinja2: instrumentation/opentelemetry-instrumentation-jinja2/tests
335
333
test-instrumentation-kafka-python: instrumentation/opentelemetry-instrumentation-kafka-python/tests
@@ -391,7 +389,7 @@ commands_pre =
391
389
392
390
grpc: pip install {toxinidir}/instrumentation/opentelemetry-instrumentation-grpc[test]
393
391
394
- falcon-{1,2,3},flask-{213,220,300},django-{1,2,3,4},pyramid,tornado,starlette,fastapi,aiohttp,asgi,httpx-{18,21},requests,urllib,urllib3v-{1,2}, wsgi: pip install {toxinidir}/util/opentelemetry-util-http
392
+ falcon-{1,2,3},flask-{213,220,300},django-{1,2,3,4},pyramid,tornado,starlette,fastapi,aiohttp,asgi,httpx-{18,21},requests,urllib,wsgi: pip install {toxinidir}/util/opentelemetry-util-http
395
393
wsgi,falcon-{1,2,3},flask-{213,220,300},django-{1,2,3,4},pyramid: pip install {toxinidir}/instrumentation/opentelemetry-instrumentation-wsgi[test]
396
394
asgi,django-{3,4},starlette,fastapi: pip install {toxinidir}/instrumentation/opentelemetry-instrumentation-asgi[test]
397
395
@@ -410,7 +408,8 @@ commands_pre =
410
408
411
409
urllib: pip install {toxinidir}/instrumentation/opentelemetry-instrumentation-urllib[test]
412
410
413
- urllib3v-{1,2}: pip install {toxinidir}/instrumentation/opentelemetry-instrumentation-urllib3[test]
411
+ urllib3-0: pip install -r {toxinidir}/instrumentation/opentelemetry-instrumentation-urllib3/test-requirements-0.txt
412
+ urllib3-1: pip install -r {toxinidir}/instrumentation/opentelemetry-instrumentation-urllib3/test-requirements-0.txt
414
413
415
414
botocore: pip install {toxinidir}/instrumentation/opentelemetry-instrumentation-botocore[test]
416
415
@@ -571,7 +570,7 @@ commands_pre =
571
570
python -m pip install -e {toxinidir}/instrumentation/opentelemetry-instrumentation-pyramid[test]
572
571
python -m pip install -e {toxinidir}/instrumentation/opentelemetry-instrumentation-requests[test]
573
572
python -m pip install -e {toxinidir}/instrumentation/opentelemetry-instrumentation-urllib[test]
574
- python -m pip install -e {toxinidir}/instrumentation/opentelemetry-instrumentation-urllib3[test]
573
+ python -m pip install -e {toxinidir}/instrumentation/opentelemetry-instrumentation-urllib3
575
574
python -m pip install -e {toxinidir}/instrumentation/opentelemetry-instrumentation-pymysql[test]
576
575
# prerequisite: follow the instructions here https://github.com/PyMySQL/mysqlclient#install
577
576
# for your OS to install the required dependencies
0 commit comments