From b028a503d71366f0314e387aba2d541c6349ccd6 Mon Sep 17 00:00:00 2001 From: Lalleh Rafeei Date: Thu, 13 Nov 2025 15:40:58 -0800 Subject: [PATCH 1/2] Skip hypercorn tests for v0.18 --- tox.ini | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tox.ini b/tox.ini index 39148b657f..9a29096fd9 100644 --- a/tox.ini +++ b/tox.ini @@ -113,8 +113,8 @@ envlist = python-adapter_gunicorn-{py38,py39,py310,py311,py312,py313}-aiohttp03-gunicornlatest, ;; Package not ready for Python 3.14 (aiohttp's worker not updated) ; python-adapter_gunicorn-py314-aiohttp03-gunicornlatest, - python-adapter_hypercorn-{py38,py39,py310,py311,py312,py313,py314}-hypercornlatest, - python-adapter_hypercorn-py38-hypercorn{0010,0011,0012,0013}, + python-adapter_hypercorn-{py310,py311,py312,py313,py314}-hypercornlatest, + python-adapter_hypercorn-{py38,py39}-hypercorn{0010,0011,0012,0013}, python-adapter_mcp-{py310,py311,py312,py313,py314}, python-adapter_uvicorn-{py38,py39,py310,py311,py312,py313,py314}-uvicornlatest, python-adapter_uvicorn-py38-uvicorn014, @@ -231,7 +231,7 @@ deps = adapter_gunicorn-aiohttp03: aiohttp<4.0 adapter_gunicorn-gunicorn19: gunicorn<20 adapter_gunicorn-gunicornlatest: gunicorn - adapter_hypercorn-hypercornlatest: hypercorn[h3] + adapter_hypercorn-hypercornlatest: hypercorn[h3]!=0.18 adapter_hypercorn-hypercorn0013: hypercorn[h3]<0.14 adapter_hypercorn-hypercorn0012: hypercorn[h3]<0.13 adapter_hypercorn-hypercorn0011: hypercorn[h3]<0.12 From d642ce41c88011227308699d2b50cd78c49a6dad Mon Sep 17 00:00:00 2001 From: Lalleh Rafeei Date: Fri, 14 Nov 2025 10:16:37 -0800 Subject: [PATCH 2/2] Remove tornadomaster for 3.14 --- tox.ini | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 9a29096fd9..e27ce2ef83 100644 --- a/tox.ini +++ b/tox.ini @@ -176,7 +176,8 @@ envlist = python-framework_strawberry-{py38,py39,py310,py311,py312}-strawberry02352, python-framework_strawberry-{py38,py39,py310,py311,py312,py313,py314}-strawberrylatest, python-framework_tornado-{py38,py39,py310,py311,py312,py313,py314}-tornadolatest, - python-framework_tornado-{py310,py311,py312,py313,py314}-tornadomaster, + ; Remove `python-framework_tornado-py314-tornadomaster` temporarily + python-framework_tornado-{py310,py311,py312,py313}-tornadomaster, python-logger_logging-{py38,py39,py310,py311,py312,py313,py314,pypy311}, python-logger_loguru-{py38,py39,py310,py311,py312,py313,py314,pypy311}-logurulatest, python-logger_structlog-{py38,py39,py310,py311,py312,py313,py314,pypy311}-structloglatest,