@@ -74,9 +74,9 @@ 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
+ py3{8,9}-test-instrumentation-falcon-0
78
+ py3{8,9,10,11}-test-instrumentation-falcon-{1,2 }
79
+ pypy3-test-instrumentation-falcon-{0, 1,2}
80
80
81
81
; opentelemetry-instrumentation-fastapi
82
82
py3{8,9,10,11}-test-instrumentation-fastapi
@@ -269,9 +269,6 @@ deps =
269
269
; elasticsearch-7: elasticsearch>=7.0,<8.0
270
270
; elasticsearch-8: elasticsearch-dsl>=8.0,<9.0
271
271
; 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
272
flask-213: Flask ==2.1.3
276
273
flask-213: Werkzeug <3.0.0
277
274
flask-220: Flask ==2.2.0
@@ -325,7 +322,7 @@ changedir =
325
322
test-instrumentation-dbapi: instrumentation/opentelemetry-instrumentation-dbapi/tests
326
323
test-instrumentation-django-{1,2,3,4}: instrumentation/opentelemetry-instrumentation-django/tests
327
324
test-instrumentation-elasticsearch-{2,5,6}: instrumentation/opentelemetry-instrumentation-elasticsearch/tests
328
- test-instrumentation-falcon-{1,2,3 }: instrumentation/opentelemetry-instrumentation-falcon/tests
325
+ test-instrumentation-falcon-{0, 1,2}: instrumentation/opentelemetry-instrumentation-falcon/tests
329
326
test-instrumentation-fastapi: instrumentation/opentelemetry-instrumentation-fastapi/tests
330
327
test-instrumentation-flask-{213,220,300}: instrumentation/opentelemetry-instrumentation-flask/tests
331
328
test-instrumentation-urllib: instrumentation/opentelemetry-instrumentation-urllib/tests
@@ -391,8 +388,8 @@ commands_pre =
391
388
392
389
grpc: pip install {toxinidir}/instrumentation/opentelemetry-instrumentation-grpc[test]
393
390
394
- 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
395
- wsgi,falcon-{1,2,3}, flask-{213,220,300},django-{1,2,3,4},pyramid: pip install {toxinidir}/instrumentation/opentelemetry-instrumentation-wsgi[test]
391
+ 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
392
+ wsgi,flask-{213,220,300},django-{1,2,3,4},pyramid: pip install {toxinidir}/instrumentation/opentelemetry-instrumentation-wsgi[test]
396
393
asgi,django-{3,4},starlette,fastapi: pip install {toxinidir}/instrumentation/opentelemetry-instrumentation-asgi[test]
397
394
398
395
asyncpg: pip install {toxinidir}/instrumentation/opentelemetry-instrumentation-asyncpg[test]
@@ -404,7 +401,9 @@ commands_pre =
404
401
405
402
boto3sqs: pip install {toxinidir}/instrumentation/opentelemetry-instrumentation-boto3sqs[test]
406
403
407
- falcon-{1,2,3}: pip install {toxinidir}/instrumentation/opentelemetry-instrumentation-falcon[test]
404
+ falcon-0: pip install -r {toxinidir}/instrumentation/opentelemetry-instrumentation-falcon/test-requirements-0.txt
405
+ falcon-1: pip install -r {toxinidir}/instrumentation/opentelemetry-instrumentation-falcon/test-requirements-1.txt
406
+ falcon-2: pip install -r {toxinidir}/instrumentation/opentelemetry-instrumentation-falcon/test-requirements-2.txt
408
407
409
408
flask-{213,220,300}: pip install {toxinidir}/instrumentation/opentelemetry-instrumentation-flask[test]
410
409
@@ -545,7 +544,7 @@ commands_pre =
545
544
python -m pip install -e {toxinidir}/instrumentation/opentelemetry-instrumentation-django[test]
546
545
python -m pip install -e {toxinidir}/instrumentation/opentelemetry-instrumentation-starlette[test]
547
546
python -m pip install -e {toxinidir}/instrumentation/opentelemetry-instrumentation-grpc[test]
548
- python -m pip install -e {toxinidir}/instrumentation/opentelemetry-instrumentation-falcon[test]
547
+ python -m pip install -e {toxinidir}/instrumentation/opentelemetry-instrumentation-falcon
549
548
python -m pip install -e {toxinidir}/instrumentation/opentelemetry-instrumentation-boto[test]
550
549
python -m pip install -e {toxinidir}/instrumentation/opentelemetry-instrumentation-flask[test]
551
550
python -m pip install -e {toxinidir}/instrumentation/opentelemetry-instrumentation-sqlalchemy[test]
0 commit comments