From 12c8b3a93d9aaef61a88b84ff2b6aa44201d557e Mon Sep 17 00:00:00 2001 From: Karl Velicka Date: Wed, 18 Feb 2026 12:01:40 +0000 Subject: [PATCH 1/2] tox.ini: remove out of date comment Pure-python envs went away with python 2.7 stuff being removed. --- tox.ini | 2 -- 1 file changed, 2 deletions(-) diff --git a/tox.ini b/tox.ini index 43eb561a..f4e17059 100644 --- a/tox.ini +++ b/tox.ini @@ -1,6 +1,4 @@ [tox] -# nopyx is a special env where Cython is NOT installed, and thus we run -# pure-python tests envlist = py38-test,py39-test,py310-test,py311-test,py312-test,py313-test,py314-test,pypy-{test,bench},pypy3-{test},docs [testenv] From fd84bb7fb6478586ebfe1a21784d9b09af3eacfc Mon Sep 17 00:00:00 2001 From: Karl Velicka Date: Wed, 18 Feb 2026 12:02:09 +0000 Subject: [PATCH 2/2] Unpin pytest for docs Hopefully this doesn't break anything, and the pin here is _ancient_. --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index f4e17059..dfaf1135 100644 --- a/tox.ini +++ b/tox.ini @@ -22,7 +22,7 @@ whitelist_externals = make deps = - pytest==4.6.11 + pytest sphinx sphinx_rtd_theme mock