@@ -70,10 +70,6 @@ envlist =
7070 {py3.11,py3.12}-boto3-v{1.34}
7171 {py3.11,py3.12,py3.13}-boto3-latest
7272
73- # Bottle
74- {py3.6,py3.9}-bottle-v{0.12}
75- {py3.6,py3.12,py3.13}-bottle-latest
76-
7773 # Chalice
7874 {py3.6,py3.9}-chalice-v{1.16}
7975 {py3.8,py3.12,py3.13}-chalice-latest
@@ -100,12 +96,6 @@ envlist =
10096 {py3.10,py3.11,py3.12}-django-v{5.0,5.1}
10197 {py3.10,py3.12,py3.13}-django-latest
10298
103- # Falcon
104- {py3.6,py3.7}-falcon-v{1,1.4,2}
105- {py3.6,py3.11,py3.12}-falcon-v{3}
106- {py3.8,py3.11,py3.12}-falcon-v{4}
107- {py3.7,py3.11,py3.12}-falcon-latest
108-
10999 # FastAPI
110100 {py3.7,py3.10}-fastapi-v{0.79}
111101 {py3.8,py3.12,py3.13}-fastapi-latest
@@ -154,12 +144,6 @@ envlist =
154144 # pure_eval
155145 {py3.6,py3.12,py3.13}-pure_eval
156146
157- # Pyramid
158- {py3.6,py3.11}-pyramid-v{1.6}
159- {py3.6,py3.11,py3.12}-pyramid-v{1.10}
160- {py3.6,py3.11,py3.12}-pyramid-v{2.0}
161- {py3.6,py3.11,py3.12}-pyramid-latest
162-
163147 # Quart
164148 {py3.7,py3.11}-quart-v{0.16}
165149 {py3.8,py3.11,py3.12}-quart-v{0.19}
@@ -191,15 +175,6 @@ envlist =
191175 {py3.8,py3.11,py3.12}-sanic-v{24.6}
192176 {py3.9,py3.12,py3.13}-sanic-latest
193177
194- # Starlite
195- {py3.8,py3.11}-starlite-v{1.48,1.51}
196- # 1.51.14 is the last starlite version; the project continues as litestar
197-
198- # Tornado
199- {py3.8,py3.11,py3.12}-tornado-v{6.0}
200- {py3.8,py3.11,py3.12}-tornado-v{6.2}
201- {py3.8,py3.11,py3.12}-tornado-latest
202-
203178 # === Integrations - Auto-generated ===
204179 # These come from the populate_tox.py script. Eventually we should move all
205180 # integration tests there.
@@ -291,11 +266,6 @@ deps =
291266 boto3-v1.34: boto3~=1.34.0
292267 boto3-latest: boto3
293268
294- # Bottle
295- bottle: Werkzeug<2.1.0
296- bottle-v0.12: bottle~=0.12.0
297- bottle-latest: bottle
298-
299269 # Chalice
300270 chalice: pytest-chalice==0.0.5
301271 chalice-v1.16: chalice~=1.16.0
@@ -334,14 +304,6 @@ deps =
334304 django-v5.1: Django==5.1rc1
335305 django-latest: Django
336306
337- # Falcon
338- falcon-v1.4: falcon~=1.4.0
339- falcon-v1: falcon~=1.0
340- falcon-v2: falcon~=2.0
341- falcon-v3: falcon~=3.0
342- falcon-v4: falcon~=4.0
343- falcon-latest: falcon
344-
345307 # FastAPI
346308 fastapi: httpx
347309 # (this is a dependency of httpx)
@@ -431,13 +393,6 @@ deps =
431393 # pure_eval
432394 pure_eval: pure_eval
433395
434- # Pyramid
435- pyramid: Werkzeug<2.1.0
436- pyramid-v1.6: pyramid~=1.6.0
437- pyramid-v1.10: pyramid~=1.10.0
438- pyramid-v2.0: pyramid~=2.0.0
439- pyramid-latest: pyramid
440-
441396 # Quart
442397 quart: quart-auth
443398 quart: pytest-asyncio
@@ -497,24 +452,6 @@ deps =
497452 sanic-v24.6: sanic~=24.6.0
498453 sanic-latest: sanic
499454
500- # Starlite
501- starlite: pytest-asyncio
502- starlite: python-multipart
503- starlite: requests
504- starlite: cryptography
505- starlite: pydantic<2.0.0
506- starlite: httpx<0.28
507- starlite-v{1.48}: starlite~=1.48.0
508- starlite-v{1.51}: starlite~=1.51.0
509-
510- # Tornado
511- # Tornado <6.4.1 is incompatible with Pytest ≥8.2
512- # See https://github.com/tornadoweb/tornado/pull/3382.
513- tornado-{v6.0,v6.2}: pytest<8.2
514- tornado-v6.0: tornado~=6.0.0
515- tornado-v6.2: tornado~=6.2.0
516- tornado-latest: tornado
517-
518455 # === Integrations - Auto-generated ===
519456 # These come from the populate_tox.py script. Eventually we should move all
520457 # integration tests there.
0 commit comments