@@ -386,7 +386,7 @@ commands_pre =
386
386
387
387
grpc: pip install {toxinidir}/instrumentation/opentelemetry-instrumentation-grpc[test]
388
388
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
390
390
wsgi,falcon-{1,2,3},flask-{213,220,300},django-{1,2,3,4},pyramid: pip install {toxinidir}/instrumentation/opentelemetry-instrumentation-wsgi[test]
391
391
asgi,django-{3,4},starlette,fastapi: pip install {toxinidir}/instrumentation/opentelemetry-instrumentation-asgi[test]
392
392
@@ -443,7 +443,7 @@ commands_pre =
443
443
444
444
system-metrics: pip install {toxinidir}/instrumentation/opentelemetry-instrumentation-system-metrics[test]
445
445
446
- tornado: pip install {toxinidir}/instrumentation/opentelemetry-instrumentation-tornado[ test]
446
+ tornado: pip install -r {toxinidir}/instrumentation/opentelemetry-instrumentation-tornado/ test-requirements.txt
447
447
448
448
tortoiseorm: pip install {toxinidir}/instrumentation/opentelemetry-instrumentation-tortoiseorm[test]
449
449
@@ -571,7 +571,7 @@ commands_pre =
571
571
python -m pip install -e {toxinidir}/instrumentation/opentelemetry-instrumentation-pymongo[test]
572
572
python -m pip install -e {toxinidir}/instrumentation/opentelemetry-instrumentation-elasticsearch[test]
573
573
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
575
575
python -m pip install -e {toxinidir}/instrumentation/opentelemetry-instrumentation-tortoiseorm[test]
576
576
python -m pip install -e {toxinidir}/instrumentation/opentelemetry-instrumentation-mysql[test]
577
577
python -m pip install -e {toxinidir}/instrumentation/opentelemetry-instrumentation-httpx[test]
0 commit comments