@@ -74,9 +74,14 @@ envlist =
74
74
75
75
; opentelemetry-instrumentation-falcon
76
76
; 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}
80
85
81
86
; opentelemetry-instrumentation-fastapi
82
87
py3{8,9,10,11}-test-instrumentation-fastapi
@@ -279,9 +284,6 @@ deps =
279
284
; elasticsearch-7: elasticsearch>=7.0,<8.0
280
285
; elasticsearch-8: elasticsearch-dsl>=8.0,<9.0
281
286
; elasticsearch-8: elasticsearch>=8.0,<9.0
282
- falcon-1: falcon ==1.4.1
283
- falcon-2: falcon >=2.0.0,<3.0.0
284
- falcon-3: falcon >=3.0.0,<4.0.0
285
287
grpc: pytest-asyncio
286
288
sqlalchemy-11: sqlalchemy>=1.1,<1.2
287
289
sqlalchemy-14: aiosqlite
@@ -338,8 +340,8 @@ commands_pre =
338
340
339
341
grpc: pip install {toxinidir}/instrumentation/opentelemetry-instrumentation-grpc[test]
340
342
341
- falcon-{1,2,3}, django-{1,2,3,4},pyramid,tornado,starlette,fastapi,aiohttp,httpx-{18,21},requests,urllib,urllib3v-{1,2},wsgi: pip install {toxinidir}/util/opentelemetry-util-http
342
- wsgi,falcon-{1,2,3}, django-{1,2,3,4},pyramid: pip install {toxinidir}/instrumentation/opentelemetry-instrumentation-wsgi[test]
343
+ django-{1,2,3,4},pyramid,tornado,starlette,fastapi,aiohttp,httpx-{18,21},requests,urllib,urllib3v-{1,2},wsgi: pip install {toxinidir}/util/opentelemetry-util-http
344
+ wsgi,django-{1,2,3,4},pyramid: pip install {toxinidir}/instrumentation/opentelemetry-instrumentation-wsgi[test]
343
345
django-{3,4},starlette,fastapi: pip install {toxinidir}/instrumentation/opentelemetry-instrumentation-asgi
344
346
345
347
asyncpg: pip install {toxinidir}/instrumentation/opentelemetry-instrumentation-asyncpg[test]
@@ -351,7 +353,9 @@ commands_pre =
351
353
352
354
boto3sqs: pip install {toxinidir}/instrumentation/opentelemetry-instrumentation-boto3sqs[test]
353
355
354
- falcon-{1,2,3}: pip install {toxinidir}/instrumentation/opentelemetry-instrumentation-falcon[test]
356
+ falcon-0: pip install -r {toxinidir}/instrumentation/opentelemetry-instrumentation-falcon/test-requirements-0.txt
357
+ falcon-1: pip install -r {toxinidir}/instrumentation/opentelemetry-instrumentation-falcon/test-requirements-1.txt
358
+ falcon-2: pip install -r {toxinidir}/instrumentation/opentelemetry-instrumentation-falcon/test-requirements-2.txt
355
359
356
360
flask-0: pip install -r {toxinidir}/instrumentation/opentelemetry-instrumentation-flask/test-requirements-0.txt
357
361
flask-1: pip install -r {toxinidir}/instrumentation/opentelemetry-instrumentation-flask/test-requirements-1.txt
@@ -547,7 +551,7 @@ commands_pre =
547
551
python -m pip install -e {toxinidir}/instrumentation/opentelemetry-instrumentation-django[test]
548
552
python -m pip install -e {toxinidir}/instrumentation/opentelemetry-instrumentation-starlette[test]
549
553
python -m pip install -e {toxinidir}/instrumentation/opentelemetry-instrumentation-grpc[test]
550
- python -m pip install -e {toxinidir}/instrumentation/opentelemetry-instrumentation-falcon[ test]
554
+ pip install -r {toxinidir}/instrumentation/opentelemetry-instrumentation-falcon/ test-requirements-2.txt
551
555
python -m pip install -e {toxinidir}/instrumentation/opentelemetry-instrumentation-boto[test]
552
556
pip install -r {toxinidir}/instrumentation/opentelemetry-instrumentation-flask/test-requirements-2.txt
553
557
python -m pip install -e {toxinidir}/instrumentation/opentelemetry-instrumentation-sqlalchemy[test]
0 commit comments