@@ -386,8 +386,8 @@ 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},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}: pip install {toxinidir}/instrumentation/opentelemetry-instrumentation-wsgi[test]
391
391
asgi,django-{3,4},starlette,fastapi: pip install {toxinidir}/instrumentation/opentelemetry-instrumentation-asgi[test]
392
392
393
393
asyncpg: pip install {toxinidir}/instrumentation/opentelemetry-instrumentation-asyncpg[test]
@@ -429,7 +429,7 @@ commands_pre =
429
429
430
430
pymysql: pip install {toxinidir}/instrumentation/opentelemetry-instrumentation-dbapi {toxinidir}/instrumentation/opentelemetry-instrumentation-pymysql[test]
431
431
432
- pyramid: pip install {toxinidir}/instrumentation/opentelemetry-instrumentation-pyramid[ test]
432
+ pyramid: pip install -r {toxinidir}/instrumentation/opentelemetry-instrumentation-pyramid/ test-requirements.txt
433
433
434
434
sqlite3: pip install {toxinidir}/instrumentation/opentelemetry-instrumentation-dbapi {toxinidir}/instrumentation/opentelemetry-instrumentation-sqlite3[test]
435
435
@@ -560,7 +560,7 @@ commands_pre =
560
560
python -m pip install -e {toxinidir}/instrumentation/opentelemetry-instrumentation-aiohttp-server[test]
561
561
python -m pip install -e {toxinidir}/instrumentation/opentelemetry-instrumentation-aiopg[test]
562
562
python -m pip install -e {toxinidir}/instrumentation/opentelemetry-instrumentation-sqlite3[test]
563
- python -m pip install -e {toxinidir}/instrumentation/opentelemetry-instrumentation-pyramid[test]
563
+ python -m pip install -e {toxinidir}/instrumentation/opentelemetry-instrumentation-pyramid
564
564
python -m pip install -e {toxinidir}/instrumentation/opentelemetry-instrumentation-requests[test]
565
565
python -m pip install -e {toxinidir}/instrumentation/opentelemetry-instrumentation-urllib[test]
566
566
python -m pip install -e {toxinidir}/instrumentation/opentelemetry-instrumentation-urllib3[test]
0 commit comments