@@ -333,7 +333,7 @@ commands_pre =
333
333
334
334
grpc: pip install {toxinidir}/instrumentation/opentelemetry-instrumentation-grpc[test]
335
335
336
- 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
336
+ falcon-{1,2,3},flask-{213,220,300},django-{1,2,3,4},pyramid,tornado,starlette,fastapi,aiohttp,asgi,httpx-{18,21},requests,urllib3v-{1,2},wsgi: pip install {toxinidir}/util/opentelemetry-util-http
337
337
wsgi,falcon-{1,2,3},flask-{213,220,300},django-{1,2,3,4},pyramid: pip install {toxinidir}/instrumentation/opentelemetry-instrumentation-wsgi[test]
338
338
asgi,django-{3,4},starlette,fastapi: pip install {toxinidir}/instrumentation/opentelemetry-instrumentation-asgi[test]
339
339
@@ -350,7 +350,7 @@ commands_pre =
350
350
351
351
flask-{213,220,300}: pip install {toxinidir}/instrumentation/opentelemetry-instrumentation-flask[test]
352
352
353
- urllib: pip install {toxinidir}/instrumentation/opentelemetry-instrumentation-urllib[ test]
353
+ urllib: pip install -r {toxinidir}/instrumentation/opentelemetry-instrumentation-urllib/ test-requirements.txt
354
354
355
355
urllib3v-{1,2}: pip install {toxinidir}/instrumentation/opentelemetry-instrumentation-urllib3[test]
356
356
@@ -567,7 +567,7 @@ commands_pre =
567
567
python -m pip install -e {toxinidir}/instrumentation/opentelemetry-instrumentation-sqlite3[test]
568
568
python -m pip install -e {toxinidir}/instrumentation/opentelemetry-instrumentation-pyramid[test]
569
569
python -m pip install -e {toxinidir}/instrumentation/opentelemetry-instrumentation-requests[test]
570
- python -m pip install -e {toxinidir}/instrumentation/opentelemetry-instrumentation-urllib[ test]
570
+ pip install -r {toxinidir}/instrumentation/opentelemetry-instrumentation-urllib/ test-requirements.txt
571
571
python -m pip install -e {toxinidir}/instrumentation/opentelemetry-instrumentation-urllib3[test]
572
572
python -m pip install -e {toxinidir}/instrumentation/opentelemetry-instrumentation-pymysql[test]
573
573
# prerequisite: follow the instructions here https://github.com/PyMySQL/mysqlclient#install
0 commit comments