@@ -386,10 +386,11 @@ commands_pre =
386
386
387
387
grpc: pip install {toxinidir}/instrumentation/opentelemetry-instrumentation-grpc[test]
388
388
389
- 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
390
- wsgi,falcon-{1,2,3},flask-{213,220,300},django-{1,2,3,4},pyramid: pip install {toxinidir}/instrumentation/opentelemetry-instrumentation-wsgi[test]
389
+ 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
391
390
asgi,django-{3,4},starlette,fastapi: pip install {toxinidir}/instrumentation/opentelemetry-instrumentation-asgi[test]
392
391
392
+ wsgi: pip install -r {toxinidir}/instrumentation/opentelemetry-instrumentation-wsgi/test-requirements.txt
393
+
393
394
asyncpg: pip install {toxinidir}/instrumentation/opentelemetry-instrumentation-asyncpg[test]
394
395
395
396
aws-lambda: pip install {toxinidir}/instrumentation/opentelemetry-instrumentation-aws-lambda[test]
@@ -530,7 +531,7 @@ commands_pre =
530
531
python -m pip install {env:CORE_REPO}\# egg=opentelemetry-test-utils&subdirectory=tests/opentelemetry-test-utils
531
532
python -m pip install -e {toxinidir}/util/opentelemetry-util-http[test]
532
533
python -m pip install -e {toxinidir}/opentelemetry-instrumentation[test]
533
- python -m pip install -e {toxinidir}/instrumentation/opentelemetry-instrumentation-wsgi[test]
534
+ python -m pip install -e {toxinidir}/instrumentation/opentelemetry-instrumentation-wsgi
534
535
python -m pip install -e {toxinidir}/instrumentation/opentelemetry-instrumentation-dbapi[test]
535
536
python -m pip install -e {toxinidir}/instrumentation/opentelemetry-instrumentation-asgi[test]
536
537
python -m pip install -e {toxinidir}/instrumentation/opentelemetry-instrumentation-botocore[test]
0 commit comments