@@ -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,starlette,fastapi,aiohttp,asgi,httpx-{18,21},requests,urllib,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
@@ -392,7 +392,7 @@ commands_pre =
392
392
393
393
system-metrics: pip install {toxinidir}/instrumentation/opentelemetry-instrumentation-system-metrics[test]
394
394
395
- tornado: pip install {toxinidir}/instrumentation/opentelemetry-instrumentation-tornado[ test]
395
+ tornado: pip install -r {toxinidir}/instrumentation/opentelemetry-instrumentation-tornado/ test-requirements.txt
396
396
397
397
tortoiseorm: pip install {toxinidir}/instrumentation/opentelemetry-instrumentation-tortoiseorm[test]
398
398
@@ -576,7 +576,7 @@ commands_pre =
576
576
python -m pip install -e {toxinidir}/instrumentation/opentelemetry-instrumentation-pymongo[test]
577
577
python -m pip install -e {toxinidir}/instrumentation/opentelemetry-instrumentation-elasticsearch[test]
578
578
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
580
580
python -m pip install -e {toxinidir}/instrumentation/opentelemetry-instrumentation-tortoiseorm[test]
581
581
python -m pip install -e {toxinidir}/instrumentation/opentelemetry-instrumentation-mysql[test]
582
582
python -m pip install -e {toxinidir}/instrumentation/opentelemetry-instrumentation-httpx[test]
0 commit comments