@@ -110,8 +110,12 @@ envlist =
110
110
pypy3-test-instrumentation-urllib
111
111
112
112
; opentelemetry-instrumentation-urllib3
113
- py3{8,9,10,11}-test-instrumentation-urllib3v-{1,2}
114
- pypy3-test-instrumentation-urllib3v-{1,2}
113
+ ; The numbers at the end of the environment names
114
+ ; below mean these dependencies are being used:
115
+ ; 0: urllib3 >=1.0.0,<2.0.0
116
+ ; 1: urllib3 >=2.0.0,<3.0.0
117
+ py3{8,9,10,11}-test-instrumentation-urllib3-{0,1}
118
+ pypy3-test-instrumentation-urllib3-{0,1}
115
119
116
120
; opentelemetry-instrumentation-requests
117
121
py3{8,9,10,11}-test-instrumentation-requests
@@ -300,8 +304,6 @@ deps =
300
304
pymemcache-300: pymemcache >3.0.0,<3.4.2
301
305
pymemcache-342: pymemcache ==3.4.2
302
306
pymemcache-400: pymemcache ==4.0.0
303
- urllib3v-1: urllib3 >=1.0.0,<2.0.0
304
- urllib3v-2: urllib3 >=2.0.0,<3.0.0
305
307
306
308
; FIXME: add coverage testing
307
309
; FIXME: add mypy testing
@@ -341,8 +343,6 @@ commands_pre =
341
343
342
344
grpc: pip install {toxinidir}/instrumentation/opentelemetry-instrumentation-grpc[test]
343
345
344
- urllib3v-{1,2}: pip install {toxinidir}/util/opentelemetry-util-http
345
-
346
346
wsgi: pip install -r {toxinidir}/instrumentation/opentelemetry-instrumentation-wsgi/test-requirements.txt
347
347
348
348
asyncpg: pip install {toxinidir}/instrumentation/opentelemetry-instrumentation-asyncpg[test]
@@ -364,7 +364,8 @@ commands_pre =
364
364
365
365
urllib: pip install -r {toxinidir}/instrumentation/opentelemetry-instrumentation-urllib/test-requirements.txt
366
366
367
- urllib3v-{1,2}: pip install {toxinidir}/instrumentation/opentelemetry-instrumentation-urllib3[test]
367
+ urllib3-0: pip install -r {toxinidir}/instrumentation/opentelemetry-instrumentation-urllib3/test-requirements-0.txt
368
+ urllib3-1: pip install -r {toxinidir}/instrumentation/opentelemetry-instrumentation-urllib3/test-requirements-1.txt
368
369
369
370
botocore: pip install {toxinidir}/instrumentation/opentelemetry-instrumentation-botocore[test]
370
371
@@ -479,7 +480,7 @@ commands =
479
480
test-instrumentation-fastapi: pytest {toxinidir}/instrumentation/opentelemetry-instrumentation-fastapi/tests {posargs}
480
481
test-instrumentation-flask: pytest {toxinidir}/instrumentation/opentelemetry-instrumentation-flask/tests {posargs}
481
482
test-instrumentation-urllib: pytest {toxinidir}/instrumentation/opentelemetry-instrumentation-urllib/tests {posargs}
482
- test-instrumentation-urllib3v : pytest {toxinidir}/instrumentation/opentelemetry-instrumentation-urllib3/tests {posargs}
483
+ test-instrumentation-urllib3 : pytest {toxinidir}/instrumentation/opentelemetry-instrumentation-urllib3/tests {posargs}
483
484
test-instrumentation-grpc: pytest {toxinidir}/instrumentation/opentelemetry-instrumentation-grpc/tests {posargs}
484
485
test-instrumentation-jinja2: pytest {toxinidir}/instrumentation/opentelemetry-instrumentation-jinja2/tests {posargs}
485
486
test-instrumentation-kafka-python: pytest {toxinidir}/instrumentation/opentelemetry-instrumentation-kafka-python/tests {posargs}
@@ -591,7 +592,7 @@ commands_pre =
591
592
pip install -r {toxinidir}/instrumentation/opentelemetry-instrumentation-pyramid/test-requirements.txt
592
593
pip install -r {toxinidir}/instrumentation/opentelemetry-instrumentation-requests/test-requirements.txt
593
594
pip install -r {toxinidir}/instrumentation/opentelemetry-instrumentation-urllib/test-requirements.txt
594
- python -m pip install -e {toxinidir}/instrumentation/opentelemetry-instrumentation-urllib3[ test]
595
+ pip install -r {toxinidir}/instrumentation/opentelemetry-instrumentation-urllib3/ test-requirements-1.txt
595
596
python -m pip install -e {toxinidir}/instrumentation/opentelemetry-instrumentation-pymysql[test]
596
597
# prerequisite: follow the instructions here https://github.com/PyMySQL/mysqlclient#install
597
598
# for your OS to install the required dependencies
0 commit comments