@@ -333,7 +333,7 @@ commands_pre =
333333
334334 grpc: pip install {toxinidir}/instrumentation/opentelemetry-instrumentation-grpc[test]
335335
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,starlette,fastapi,aiohttp,asgi,httpx-{18,21},requests,urllib,urllib3v-{1,2},wsgi: pip install {toxinidir}/util/opentelemetry-util-http
337337 wsgi,falcon-{1,2,3},flask-{213,220,300},django-{1,2,3,4},pyramid: pip install {toxinidir}/instrumentation/opentelemetry-instrumentation-wsgi[test]
338338 asgi,django-{3,4},starlette,fastapi: pip install {toxinidir}/instrumentation/opentelemetry-instrumentation-asgi[test]
339339
@@ -392,7 +392,7 @@ commands_pre =
392392
393393 system-metrics: pip install {toxinidir}/instrumentation/opentelemetry-instrumentation-system-metrics[test]
394394
395- tornado: pip install {toxinidir}/instrumentation/opentelemetry-instrumentation-tornado[ test]
395+ tornado: pip install -r {toxinidir}/instrumentation/opentelemetry-instrumentation-tornado/ test-requirements.txt
396396
397397 tortoiseorm: pip install {toxinidir}/instrumentation/opentelemetry-instrumentation-tortoiseorm[test]
398398
@@ -576,7 +576,7 @@ commands_pre =
576576 python -m pip install -e {toxinidir}/instrumentation/opentelemetry-instrumentation-pymongo[test]
577577 python -m pip install -e {toxinidir}/instrumentation/opentelemetry-instrumentation-elasticsearch[test]
578578 python -m pip install -e {toxinidir}/instrumentation/opentelemetry-instrumentation-asyncpg[test]
579- python -m pip install -e {toxinidir}/instrumentation/opentelemetry-instrumentation-tornado[ test]
579+ pip install -r {toxinidir}/instrumentation/opentelemetry-instrumentation-tornado/ test-requirements.txt
580580 python -m pip install -e {toxinidir}/instrumentation/opentelemetry-instrumentation-tortoiseorm[test]
581581 python -m pip install -e {toxinidir}/instrumentation/opentelemetry-instrumentation-mysql[test]
582582 python -m pip install -e {toxinidir}/instrumentation/opentelemetry-instrumentation-httpx[test]
0 commit comments