@@ -114,7 +114,7 @@ envlist =
114
114
{py2.7,py3.5,py3.6,py3.7,py3.8,py3.9,py3.10,py3.11}-pyramid-v{1.6,1.7,1.8,1.9,1.10}
115
115
116
116
# Quart
117
- {py3.7,py3.8,py3.9,py3.10,py3.11}-quart
117
+ {py3.7,py3.8,py3.9,py3.10,py3.11}-quart-v{0.16,0.17,0.18}
118
118
119
119
# Redis
120
120
{py2.7,py3.7,py3.8,py3.9}-redis
@@ -206,6 +206,7 @@ deps =
206
206
boto3-v1.16: boto3>=1.16,<1.17
207
207
208
208
# Bottle
209
+ bottle: Werkzeug<2.1.0
209
210
bottle-v0.12: bottle>=0.12,<0.13
210
211
211
212
# Celery
@@ -235,6 +236,7 @@ deps =
235
236
chalice: pytest-chalice ==0.0.5
236
237
237
238
# Django
239
+ django: Werkzeug<2.1.0
238
240
django-v{1.11,2.0,2.1,2.2,3.0,3.1,3.2}: djangorestframework>=3.0.0,<4.0.0
239
241
240
242
{py3.7,py3.8,py3.9,py3.10,py3.11}-django-v{1.11,2.0,2.1,2.2,3.0,3.1,3.2}: channels[daphne]>2
@@ -278,6 +280,7 @@ deps =
278
280
279
281
# Flask
280
282
flask: flask-login
283
+ flask: Werkzeug<2.1.0
281
284
flask-v0.11: Flask>=0.11,<0.12
282
285
flask-v0.12: Flask>=0.12,<0.13
283
286
flask-v1.0: Flask>=1.0,<1.1
@@ -329,17 +332,23 @@ deps =
329
332
pymongo-v4.2: pymongo>=4.2,<4.3
330
333
331
334
# Pyramid
335
+ pyramid: Werkzeug<2.1.0
332
336
pyramid-v1.6: pyramid>=1.6,<1.7
333
337
pyramid-v1.7: pyramid>=1.7,<1.8
334
338
pyramid-v1.8: pyramid>=1.8,<1.9
335
339
pyramid-v1.9: pyramid>=1.9,<1.10
336
340
pyramid-v1.10: pyramid>=1.10,<1.11
337
341
338
342
# Quart
339
- quart: blinker<1.6
340
- quart: quart>=0.16.1
341
343
quart: quart-auth
342
344
quart: pytest-asyncio
345
+ quart-v0.16: blinker<1.6
346
+ quart-v0.16: jinja2<3.1.0
347
+ quart-v0.16: Werkzeug<2.1.0
348
+ quart-v0.17: blinker<1.6
349
+ quart-v0.16: quart>=0.16.1,<0.17.0
350
+ quart-v0.17: quart>=0.17.0,<0.18.0
351
+ quart-v0.18: quart>=0.18.0,<0.19.0
343
352
344
353
# Requests
345
354
requests: requests>=2.0
@@ -474,7 +483,6 @@ extras =
474
483
falcon: falcon
475
484
flask: flask
476
485
pymongo: pymongo
477
- quart: quart
478
486
479
487
basepython =
480
488
py2.7: python2.7
@@ -510,8 +518,8 @@ commands =
510
518
; when loading tests in scenarios. In particular, django fails to
511
519
; load the settings from the test module.
512
520
513
- {py2.7}: python -m pytest --ignore-glob =' *py3.py' --durations =5 -vvv {env:TESTPATH} {posargs}
514
- {py3.5,py3.6,py3.7,py3.8,py3.9,py3.10,py3.11}: python -m pytest -rsx --durations =5 -vvv {env:TESTPATH} {posargs}
521
+ {py2.7}: python -m pytest --ignore-glob =' *py3.py' -rsx -s - -durations =5 -vvv {env:TESTPATH} {posargs}
522
+ {py3.5,py3.6,py3.7,py3.8,py3.9,py3.10,py3.11}: python -m pytest -rsx -s - -durations =5 -vvv {env:TESTPATH} {posargs}
515
523
516
524
[testenv:linters]
517
525
commands =
0 commit comments