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