@@ -343,10 +343,12 @@ commands_pre =
343
343
344
344
grpc: pip install {toxinidir}/instrumentation/opentelemetry-instrumentation-grpc[test]
345
345
346
- falcon-{1,2,3},pyramid,tornado,starlette,fastapi,aiohttp,httpx-{18,21},requests,urllib,urllib3v-{1,2},wsgi : pip install {toxinidir}/util/opentelemetry-util-http
347
- wsgi, falcon-{1,2,3},pyramid: pip install {toxinidir}/instrumentation/opentelemetry-instrumentation-wsgi[test]
346
+ falcon-{1,2,3},pyramid,tornado,starlette,fastapi,aiohttp,httpx-{18,21},requests,urllib,urllib3v-{1,2}: pip install {toxinidir}/util/opentelemetry-util-http
347
+ falcon-{1,2,3},pyramid: pip install {toxinidir}/instrumentation/opentelemetry-instrumentation-wsgi
348
348
starlette,fastapi: pip install {toxinidir}/instrumentation/opentelemetry-instrumentation-asgi
349
349
350
+ wsgi: pip install -r {toxinidir}/instrumentation/opentelemetry-instrumentation-wsgi/test-requirements.txt
351
+
350
352
asyncpg: pip install {toxinidir}/instrumentation/opentelemetry-instrumentation-asyncpg[test]
351
353
352
354
aws-lambda: pip install {toxinidir}/instrumentation/opentelemetry-instrumentation-aws-lambda[test]
@@ -550,7 +552,7 @@ commands_pre =
550
552
python -m pip install {env:CORE_REPO}\# egg=opentelemetry-test-utils&subdirectory=tests/opentelemetry-test-utils
551
553
python -m pip install -e {toxinidir}/util/opentelemetry-util-http[test]
552
554
python -m pip install -e {toxinidir}/opentelemetry-instrumentation[test]
553
- python -m pip install -e {toxinidir}/instrumentation/opentelemetry-instrumentation-wsgi[ test]
555
+ pip install -r {toxinidir}/instrumentation/opentelemetry-instrumentation-wsgi/ test-requirements.txt
554
556
python -m pip install -e {toxinidir}/instrumentation/opentelemetry-instrumentation-dbapi[test]
555
557
pip install -r {toxinidir}/instrumentation/opentelemetry-instrumentation-asgi/test-requirements.txt
556
558
python -m pip install -e {toxinidir}/instrumentation/opentelemetry-instrumentation-botocore[test]
0 commit comments