Skip to content

Commit 8d18c0a

Browse files
authored
Skip hypercorn tests for v0.18 (#1579)
* Skip hypercorn tests for v0.18 * Remove tornadomaster for 3.14
1 parent 81d01e1 commit 8d18c0a

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

tox.ini

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -113,8 +113,8 @@ envlist =
113113
python-adapter_gunicorn-{py38,py39,py310,py311,py312,py313}-aiohttp03-gunicornlatest,
114114
;; Package not ready for Python 3.14 (aiohttp's worker not updated)
115115
; python-adapter_gunicorn-py314-aiohttp03-gunicornlatest,
116-
python-adapter_hypercorn-{py38,py39,py310,py311,py312,py313,py314}-hypercornlatest,
117-
python-adapter_hypercorn-py38-hypercorn{0010,0011,0012,0013},
116+
python-adapter_hypercorn-{py310,py311,py312,py313,py314}-hypercornlatest,
117+
python-adapter_hypercorn-{py38,py39}-hypercorn{0010,0011,0012,0013},
118118
python-adapter_mcp-{py310,py311,py312,py313,py314},
119119
python-adapter_uvicorn-{py38,py39,py310,py311,py312,py313,py314}-uvicornlatest,
120120
python-adapter_uvicorn-py38-uvicorn014,
@@ -176,7 +176,8 @@ envlist =
176176
python-framework_strawberry-{py38,py39,py310,py311,py312}-strawberry02352,
177177
python-framework_strawberry-{py38,py39,py310,py311,py312,py313,py314}-strawberrylatest,
178178
python-framework_tornado-{py38,py39,py310,py311,py312,py313,py314}-tornadolatest,
179-
python-framework_tornado-{py310,py311,py312,py313,py314}-tornadomaster,
179+
; Remove `python-framework_tornado-py314-tornadomaster` temporarily
180+
python-framework_tornado-{py310,py311,py312,py313}-tornadomaster,
180181
python-logger_logging-{py38,py39,py310,py311,py312,py313,py314,pypy311},
181182
python-logger_loguru-{py38,py39,py310,py311,py312,py313,py314,pypy311}-logurulatest,
182183
python-logger_structlog-{py38,py39,py310,py311,py312,py313,py314,pypy311}-structloglatest,
@@ -231,7 +232,7 @@ deps =
231232
adapter_gunicorn-aiohttp03: aiohttp<4.0
232233
adapter_gunicorn-gunicorn19: gunicorn<20
233234
adapter_gunicorn-gunicornlatest: gunicorn
234-
adapter_hypercorn-hypercornlatest: hypercorn[h3]
235+
adapter_hypercorn-hypercornlatest: hypercorn[h3]!=0.18
235236
adapter_hypercorn-hypercorn0013: hypercorn[h3]<0.14
236237
adapter_hypercorn-hypercorn0012: hypercorn[h3]<0.13
237238
adapter_hypercorn-hypercorn0011: hypercorn[h3]<0.12

0 commit comments

Comments
 (0)