@@ -74,9 +74,14 @@ envlist =
7474
7575 ; opentelemetry-instrumentation-falcon
7676 ; py310 does not work with falcon 1
77- py3{8,9}-test-instrumentation-falcon-1
78- py3{8,9,10,11}-test-instrumentation-falcon-{2,3}
79- pypy3-test-instrumentation-falcon-{1,2,3}
77+ ; The numbers at the end of the environment names
78+ ; below mean these dependencies are being used:
79+ ; 0: falcon ==1.4.1
80+ ; 1: falcon >=2.0.0,<3.0.0
81+ ; 2: falcon >=3.0.0,<4.0.0
82+ py3{8,9}-test-instrumentation-falcon-0
83+ py3{8,9,10,11}-test-instrumentation-falcon-{1,2}
84+ pypy3-test-instrumentation-falcon-{0,1,2}
8085
8186 ; opentelemetry-instrumentation-fastapi
8287 py3{8,9,10,11}-test-instrumentation-fastapi
@@ -269,9 +274,6 @@ deps =
269274 ; elasticsearch-7: elasticsearch>=7.0,<8.0
270275 ; elasticsearch-8: elasticsearch-dsl>=8.0,<9.0
271276 ; elasticsearch-8: elasticsearch>=8.0,<9.0
272- falcon-1: falcon ==1.4.1
273- falcon-2: falcon >=2.0.0,<3.0.0
274- falcon-3: falcon >=3.0.0,<4.0.0
275277 flask-213: Flask ==2.1.3
276278 flask-213: Werkzeug <3.0.0
277279 flask-220: Flask ==2.2.0
@@ -333,8 +335,8 @@ commands_pre =
333335
334336 grpc: pip install {toxinidir}/instrumentation/opentelemetry-instrumentation-grpc[test]
335337
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]
338+ 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
339+ wsgi,flask-{213,220,300},django-{1,2,3,4},pyramid: pip install {toxinidir}/instrumentation/opentelemetry-instrumentation-wsgi[test]
338340 asgi,django-{3,4},starlette,fastapi: pip install {toxinidir}/instrumentation/opentelemetry-instrumentation-asgi[test]
339341
340342 asyncpg: pip install {toxinidir}/instrumentation/opentelemetry-instrumentation-asyncpg[test]
@@ -346,7 +348,9 @@ commands_pre =
346348
347349 boto3sqs: pip install {toxinidir}/instrumentation/opentelemetry-instrumentation-boto3sqs[test]
348350
349- falcon-{1,2,3}: pip install {toxinidir}/instrumentation/opentelemetry-instrumentation-falcon[test]
351+ falcon-0: pip install -r {toxinidir}/instrumentation/opentelemetry-instrumentation-falcon/test-requirements-0.txt
352+ falcon-1: pip install -r {toxinidir}/instrumentation/opentelemetry-instrumentation-falcon/test-requirements-1.txt
353+ falcon-2: pip install -r {toxinidir}/instrumentation/opentelemetry-instrumentation-falcon/test-requirements-2.txt
350354
351355 flask-{213,220,300}: pip install {toxinidir}/instrumentation/opentelemetry-instrumentation-flask[test]
352356
@@ -542,7 +546,7 @@ commands_pre =
542546 python -m pip install -e {toxinidir}/instrumentation/opentelemetry-instrumentation-django[test]
543547 python -m pip install -e {toxinidir}/instrumentation/opentelemetry-instrumentation-starlette[test]
544548 python -m pip install -e {toxinidir}/instrumentation/opentelemetry-instrumentation-grpc[test]
545- python -m pip install -e {toxinidir}/instrumentation/opentelemetry-instrumentation-falcon[ test]
549+ pip install -r {toxinidir}/instrumentation/opentelemetry-instrumentation-falcon/ test-requirements-2.txt
546550 python -m pip install -e {toxinidir}/instrumentation/opentelemetry-instrumentation-boto[test]
547551 python -m pip install -e {toxinidir}/instrumentation/opentelemetry-instrumentation-flask[test]
548552 python -m pip install -e {toxinidir}/instrumentation/opentelemetry-instrumentation-sqlalchemy[test]
0 commit comments