@@ -386,7 +386,7 @@ commands_pre =
386386
387387 grpc: pip install {toxinidir}/instrumentation/opentelemetry-instrumentation-grpc[test]
388388
389- 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
389+ 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
390390 wsgi,falcon-{1,2,3},flask-{213,220,300},django-{1,2,3,4},pyramid: pip install {toxinidir}/instrumentation/opentelemetry-instrumentation-wsgi[test]
391391 asgi,django-{3,4},starlette,fastapi: pip install {toxinidir}/instrumentation/opentelemetry-instrumentation-asgi[test]
392392
@@ -403,7 +403,7 @@ commands_pre =
403403
404404 flask-{213,220,300}: pip install {toxinidir}/instrumentation/opentelemetry-instrumentation-flask[test]
405405
406- urllib: pip install {toxinidir}/instrumentation/opentelemetry-instrumentation-urllib[ test]
406+ urllib: pip install -r {toxinidir}/instrumentation/opentelemetry-instrumentation-urllib/ test-requirements.txt
407407
408408 urllib3v-{1,2}: pip install {toxinidir}/instrumentation/opentelemetry-instrumentation-urllib3[test]
409409
@@ -562,7 +562,7 @@ commands_pre =
562562 python -m pip install -e {toxinidir}/instrumentation/opentelemetry-instrumentation-sqlite3[test]
563563 python -m pip install -e {toxinidir}/instrumentation/opentelemetry-instrumentation-pyramid[test]
564564 python -m pip install -e {toxinidir}/instrumentation/opentelemetry-instrumentation-requests[test]
565- python -m pip install -e {toxinidir}/instrumentation/opentelemetry-instrumentation-urllib[test]
565+ python -m pip install -e {toxinidir}/instrumentation/opentelemetry-instrumentation-urllib
566566 python -m pip install -e {toxinidir}/instrumentation/opentelemetry-instrumentation-urllib3[test]
567567 python -m pip install -e {toxinidir}/instrumentation/opentelemetry-instrumentation-pymysql[test]
568568 # prerequisite: follow the instructions here https://github.com/PyMySQL/mysqlclient#install
0 commit comments