@@ -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,starlette,fastapi,aiohttp,asgi,httpx-{18,21},requests,urllib,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
@@ -443,7 +443,7 @@ commands_pre =
443443
444444 system-metrics: pip install {toxinidir}/instrumentation/opentelemetry-instrumentation-system-metrics[test]
445445
446- tornado: pip install {toxinidir}/instrumentation/opentelemetry-instrumentation-tornado[ test]
446+ tornado: pip install -r {toxinidir}/instrumentation/opentelemetry-instrumentation-tornado/ test-requirements.txt
447447
448448 tortoiseorm: pip install {toxinidir}/instrumentation/opentelemetry-instrumentation-tortoiseorm[test]
449449
@@ -571,7 +571,7 @@ commands_pre =
571571 python -m pip install -e {toxinidir}/instrumentation/opentelemetry-instrumentation-pymongo[test]
572572 python -m pip install -e {toxinidir}/instrumentation/opentelemetry-instrumentation-elasticsearch[test]
573573 python -m pip install -e {toxinidir}/instrumentation/opentelemetry-instrumentation-asyncpg[test]
574- python -m pip install -e {toxinidir}/instrumentation/opentelemetry-instrumentation-tornado[test]
574+ python -m pip install -e {toxinidir}/instrumentation/opentelemetry-instrumentation-tornado
575575 python -m pip install -e {toxinidir}/instrumentation/opentelemetry-instrumentation-tortoiseorm[test]
576576 python -m pip install -e {toxinidir}/instrumentation/opentelemetry-instrumentation-mysql[test]
577577 python -m pip install -e {toxinidir}/instrumentation/opentelemetry-instrumentation-httpx[test]
0 commit comments