@@ -83,9 +83,9 @@ envlist =
83
83
pypy3-test-instrumentation-fastapi
84
84
85
85
; opentelemetry-instrumentation-flask
86
- py3{8,9,10,11}-test-instrumentation-flask-{213,220 }
87
- py3{8,9,10,11}-test-instrumentation-flask-{300 }
88
- pypy3-test-instrumentation-flask-{213,220 }
86
+ py3{8,9,10,11}-test-instrumentation-flask-{0,1 }
87
+ py3{8,9,10,11}-test-instrumentation-flask-{2 }
88
+ pypy3-test-instrumentation-flask-{0,1 }
89
89
90
90
; opentelemetry-instrumentation-urllib
91
91
py3{8,9,10,11}-test-instrumentation-urllib
@@ -272,12 +272,6 @@ deps =
272
272
falcon-1: falcon ==1.4.1
273
273
falcon-2: falcon >=2.0.0,<3.0.0
274
274
falcon-3: falcon >=3.0.0,<4.0.0
275
- flask-213: Flask ==2.1.3
276
- flask-213: Werkzeug <3.0.0
277
- flask-220: Flask ==2.2.0
278
- flask-220: Werkzeug <3.0.0
279
- flask-300: Flask >=3.0.0
280
- flask-300: Werkzeug >=3.0.0
281
275
grpc: pytest-asyncio
282
276
sqlalchemy-11: sqlalchemy>=1.1,<1.2
283
277
sqlalchemy-14: aiosqlite
@@ -327,7 +321,7 @@ changedir =
327
321
test-instrumentation-elasticsearch-{2,5,6}: instrumentation/opentelemetry-instrumentation-elasticsearch/tests
328
322
test-instrumentation-falcon-{1,2,3}: instrumentation/opentelemetry-instrumentation-falcon/tests
329
323
test-instrumentation-fastapi: instrumentation/opentelemetry-instrumentation-fastapi/tests
330
- test-instrumentation-flask-{213,220,300 }: instrumentation/opentelemetry-instrumentation-flask/tests
324
+ test-instrumentation-flask-{0,1,2 }: instrumentation/opentelemetry-instrumentation-flask/tests
331
325
test-instrumentation-urllib: instrumentation/opentelemetry-instrumentation-urllib/tests
332
326
test-instrumentation-urllib3v-{1,2}: instrumentation/opentelemetry-instrumentation-urllib3/tests
333
327
test-instrumentation-grpc: instrumentation/opentelemetry-instrumentation-grpc/tests
@@ -391,8 +385,8 @@ commands_pre =
391
385
392
386
grpc: pip install {toxinidir}/instrumentation/opentelemetry-instrumentation-grpc[test]
393
387
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]
388
+ falcon-{1,2,3},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
389
+ wsgi,falcon-{1,2,3},django-{1,2,3,4},pyramid: pip install {toxinidir}/instrumentation/opentelemetry-instrumentation-wsgi[test]
396
390
asgi,django-{3,4},starlette,fastapi: pip install {toxinidir}/instrumentation/opentelemetry-instrumentation-asgi[test]
397
391
398
392
asyncpg: pip install {toxinidir}/instrumentation/opentelemetry-instrumentation-asyncpg[test]
@@ -406,7 +400,9 @@ commands_pre =
406
400
407
401
falcon-{1,2,3}: pip install {toxinidir}/instrumentation/opentelemetry-instrumentation-falcon[test]
408
402
409
- flask-{213,220,300}: pip install {toxinidir}/instrumentation/opentelemetry-instrumentation-flask[test]
403
+ flask-0: pip install -r {toxinidir}/instrumentation/opentelemetry-instrumentation-flask/test-requirements-0.txt
404
+ flask-1: pip install -r {toxinidir}/instrumentation/opentelemetry-instrumentation-flask/test-requirements-1.txt
405
+ flask-2: pip install -r {toxinidir}/instrumentation/opentelemetry-instrumentation-flask/test-requirements-2.txt
410
406
411
407
urllib: pip install {toxinidir}/instrumentation/opentelemetry-instrumentation-urllib[test]
412
408
@@ -547,7 +543,7 @@ commands_pre =
547
543
python -m pip install -e {toxinidir}/instrumentation/opentelemetry-instrumentation-grpc[test]
548
544
python -m pip install -e {toxinidir}/instrumentation/opentelemetry-instrumentation-falcon[test]
549
545
python -m pip install -e {toxinidir}/instrumentation/opentelemetry-instrumentation-boto[test]
550
- python -m pip install -e {toxinidir}/instrumentation/opentelemetry-instrumentation-flask[test]
546
+ python -m pip install -e {toxinidir}/instrumentation/opentelemetry-instrumentation-flask
551
547
python -m pip install -e {toxinidir}/instrumentation/opentelemetry-instrumentation-sqlalchemy[test]
552
548
python -m pip install -e {toxinidir}/instrumentation/opentelemetry-instrumentation-cassandra[test]
553
549
python -m pip install -e {toxinidir}/instrumentation/opentelemetry-instrumentation-celery[test]
0 commit comments