@@ -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
@@ -269,9 +274,6 @@ deps =
269
274
; elasticsearch-7: elasticsearch>=7.0,<8.0
270
275
; elasticsearch-8: elasticsearch-dsl>=8.0,<9.0
271
276
; 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
275
277
flask-213: Flask ==2.1.3
276
278
flask-213: Werkzeug <3.0.0
277
279
flask-220: Flask ==2.2.0
@@ -333,8 +335,8 @@ commands_pre =
333
335
334
336
grpc: pip install {toxinidir}/instrumentation/opentelemetry-instrumentation-grpc[test]
335
337
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]
338
340
asgi,django-{3,4},starlette,fastapi: pip install {toxinidir}/instrumentation/opentelemetry-instrumentation-asgi[test]
339
341
340
342
asyncpg: pip install {toxinidir}/instrumentation/opentelemetry-instrumentation-asyncpg[test]
@@ -346,7 +348,9 @@ commands_pre =
346
348
347
349
boto3sqs: pip install {toxinidir}/instrumentation/opentelemetry-instrumentation-boto3sqs[test]
348
350
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
350
354
351
355
flask-{213,220,300}: pip install {toxinidir}/instrumentation/opentelemetry-instrumentation-flask[test]
352
356
@@ -542,7 +546,7 @@ commands_pre =
542
546
python -m pip install -e {toxinidir}/instrumentation/opentelemetry-instrumentation-django[test]
543
547
python -m pip install -e {toxinidir}/instrumentation/opentelemetry-instrumentation-starlette[test]
544
548
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
546
550
python -m pip install -e {toxinidir}/instrumentation/opentelemetry-instrumentation-boto[test]
547
551
python -m pip install -e {toxinidir}/instrumentation/opentelemetry-instrumentation-flask[test]
548
552
python -m pip install -e {toxinidir}/instrumentation/opentelemetry-instrumentation-sqlalchemy[test]
0 commit comments