@@ -83,9 +83,14 @@ 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
+ ; The numbers at the end of the environment names
87
+ ; below mean these dependencies are being used:
88
+ ; 0: Flask ==2.1.3 Werkzeug <3.0.0
89
+ ; 1: Flask ==2.2.0 Werkzeug <3.0.0
90
+ ; 2: Flask >=3.0.0 Werkzeug >=3.0.0
91
+ py3{8,9,10,11}-test-instrumentation-flask-{0,1}
92
+ py3{8,9,10,11}-test-instrumentation-flask-{2}
93
+ pypy3-test-instrumentation-flask-{0,1}
89
94
90
95
; opentelemetry-instrumentation-urllib
91
96
py3{8,9,10,11}-test-instrumentation-urllib
@@ -272,12 +277,6 @@ deps =
272
277
falcon-1: falcon ==1.4.1
273
278
falcon-2: falcon >=2.0.0,<3.0.0
274
279
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
280
grpc: pytest-asyncio
282
281
sqlalchemy-11: sqlalchemy>=1.1,<1.2
283
282
sqlalchemy-14: aiosqlite
@@ -333,8 +332,8 @@ commands_pre =
333
332
334
333
grpc: pip install {toxinidir}/instrumentation/opentelemetry-instrumentation-grpc[test]
335
334
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]
335
+ 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
336
+ wsgi,falcon-{1,2,3},django-{1,2,3,4},pyramid: pip install {toxinidir}/instrumentation/opentelemetry-instrumentation-wsgi[test]
338
337
asgi,django-{3,4},starlette,fastapi: pip install {toxinidir}/instrumentation/opentelemetry-instrumentation-asgi[test]
339
338
340
339
asyncpg: pip install {toxinidir}/instrumentation/opentelemetry-instrumentation-asyncpg[test]
@@ -348,7 +347,9 @@ commands_pre =
348
347
349
348
falcon-{1,2,3}: pip install {toxinidir}/instrumentation/opentelemetry-instrumentation-falcon[test]
350
349
351
- flask-{213,220,300}: pip install {toxinidir}/instrumentation/opentelemetry-instrumentation-flask[test]
350
+ flask-0: pip install -r {toxinidir}/instrumentation/opentelemetry-instrumentation-flask/test-requirements-0.txt
351
+ flask-1: pip install -r {toxinidir}/instrumentation/opentelemetry-instrumentation-flask/test-requirements-1.txt
352
+ flask-2: pip install -r {toxinidir}/instrumentation/opentelemetry-instrumentation-flask/test-requirements-2.txt
352
353
353
354
urllib: pip install {toxinidir}/instrumentation/opentelemetry-instrumentation-urllib[test]
354
355
@@ -544,7 +545,7 @@ commands_pre =
544
545
python -m pip install -e {toxinidir}/instrumentation/opentelemetry-instrumentation-grpc[test]
545
546
python -m pip install -e {toxinidir}/instrumentation/opentelemetry-instrumentation-falcon[test]
546
547
python -m pip install -e {toxinidir}/instrumentation/opentelemetry-instrumentation-boto[test]
547
- python -m pip install -e {toxinidir}/instrumentation/opentelemetry-instrumentation-flask[ test]
548
+ pip install -r {toxinidir}/instrumentation/opentelemetry-instrumentation-flask/ test-requirements-2.txt
548
549
python -m pip install -e {toxinidir}/instrumentation/opentelemetry-instrumentation-sqlalchemy[test]
549
550
python -m pip install -e {toxinidir}/instrumentation/opentelemetry-instrumentation-cassandra[test]
550
551
python -m pip install -e {toxinidir}/instrumentation/opentelemetry-instrumentation-celery[test]
0 commit comments