@@ -391,10 +391,11 @@ commands_pre =
391
391
392
392
grpc: pip install {toxinidir}/instrumentation/opentelemetry-instrumentation-grpc[test]
393
393
394
- 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
395
- wsgi,falcon-{1,2,3},flask-{213,220,300},django-{1,2,3,4},pyramid: pip install {toxinidir}/instrumentation/opentelemetry-instrumentation-wsgi[test]
394
+ 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}: pip install {toxinidir}/util/opentelemetry-util-http
396
395
asgi,django-{3,4},starlette,fastapi: pip install {toxinidir}/instrumentation/opentelemetry-instrumentation-asgi[test]
397
396
397
+ wsgi: pip install -r {toxinidir}/instrumentation/opentelemetry-instrumentation-wsgi/test-requirements.txt
398
+
398
399
asyncpg: pip install {toxinidir}/instrumentation/opentelemetry-instrumentation-asyncpg[test]
399
400
400
401
aws-lambda: pip install {toxinidir}/instrumentation/opentelemetry-instrumentation-aws-lambda[test]
@@ -537,7 +538,7 @@ commands_pre =
537
538
python -m pip install {env:CORE_REPO}\# egg=opentelemetry-test-utils&subdirectory=tests/opentelemetry-test-utils
538
539
python -m pip install -e {toxinidir}/util/opentelemetry-util-http[test]
539
540
python -m pip install -e {toxinidir}/opentelemetry-instrumentation[test]
540
- python -m pip install -e {toxinidir}/instrumentation/opentelemetry-instrumentation-wsgi[test]
541
+ python -m pip install -e {toxinidir}/instrumentation/opentelemetry-instrumentation-wsgi
541
542
python -m pip install -e {toxinidir}/instrumentation/opentelemetry-instrumentation-dbapi[test]
542
543
python -m pip install -e {toxinidir}/instrumentation/opentelemetry-instrumentation-asgi[test]
543
544
python -m pip install -e {toxinidir}/instrumentation/opentelemetry-instrumentation-botocore[test]
0 commit comments