@@ -333,10 +333,13 @@ 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
337
- wsgi,falcon-{1,2,3},flask-{213,220,300},django-{1,2,3,4},pyramid: pip install {toxinidir}/instrumentation/opentelemetry-instrumentation-wsgi[test]
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}: pip install {toxinidir}/util/opentelemetry-util-http
337
+ falcon-{1,2,3},flask-{213,220,300},django-{1,2,3,4},pyramid: pip install {toxinidir}/instrumentation/opentelemetry-instrumentation-wsgi
338
+
338
339
asgi,django-{3,4},starlette,fastapi: pip install {toxinidir}/instrumentation/opentelemetry-instrumentation-asgi[test]
339
340
341
+ wsgi: pip install -r {toxinidir}/instrumentation/opentelemetry-instrumentation-wsgi/test-requirements.txt
342
+
340
343
asyncpg: pip install {toxinidir}/instrumentation/opentelemetry-instrumentation-asyncpg[test]
341
344
342
345
aws-lambda: pip install {toxinidir}/instrumentation/opentelemetry-instrumentation-aws-lambda[test]
@@ -534,7 +537,7 @@ commands_pre =
534
537
python -m pip install {env:CORE_REPO}\# egg=opentelemetry-test-utils&subdirectory=tests/opentelemetry-test-utils
535
538
python -m pip install -e {toxinidir}/util/opentelemetry-util-http[test]
536
539
python -m pip install -e {toxinidir}/opentelemetry-instrumentation[test]
537
- python -m pip install -e {toxinidir}/instrumentation/opentelemetry-instrumentation-wsgi[ test]
540
+ pip install -r {toxinidir}/instrumentation/opentelemetry-instrumentation-wsgi/ test-requirements.txt
538
541
python -m pip install -e {toxinidir}/instrumentation/opentelemetry-instrumentation-dbapi[test]
539
542
python -m pip install -e {toxinidir}/instrumentation/opentelemetry-instrumentation-asgi[test]
540
543
python -m pip install -e {toxinidir}/instrumentation/opentelemetry-instrumentation-botocore[test]
0 commit comments