Skip to content

Commit 0c3d5f7

Browse files
committed
Fix tests on newer Sphinx with Python 3.13
1 parent a5bdb70 commit 0c3d5f7

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

tox.ini

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -286,7 +286,7 @@ commands =
286286
python --version
287287
python -m pytest --cov=sphinxcontrib.extras_require -r aR tests/ {posargs}
288288
289-
[testenv:py{39,310,311,312,313-dev,py39}-sphinx7.2]
289+
[testenv:py{39,310,311,312,313,py39}-sphinx7.2]
290290
setenv =
291291
PYTHONDEVMODE=1
292292
PIP_DISABLE_PIP_VERSION_CHECK=1
@@ -299,7 +299,7 @@ commands =
299299
python --version
300300
python -m pytest --cov=sphinxcontrib.extras_require -r aR tests/ {posargs}
301301
302-
[testenv:py{39,310,311,312,313-dev,py39}-sphinx7.3]
302+
[testenv:py{39,310,311,312,313,py39}-sphinx7.3]
303303
setenv =
304304
PYTHONDEVMODE=1
305305
PIP_DISABLE_PIP_VERSION_CHECK=1
@@ -312,7 +312,7 @@ commands =
312312
python --version
313313
python -m pytest --cov=sphinxcontrib.extras_require -r aR tests/ {posargs}
314314
315-
[testenv:py{39,310,311,312,313-dev,py39}-sphinx7.4]
315+
[testenv:py{39,310,311,312,313,py39}-sphinx7.4]
316316
setenv =
317317
PYTHONDEVMODE=1
318318
PIP_DISABLE_PIP_VERSION_CHECK=1
@@ -325,7 +325,7 @@ commands =
325325
python --version
326326
python -m pytest --cov=sphinxcontrib.extras_require -r aR tests/ {posargs}
327327
328-
[testenv:py{310,311,312,313-dev}-sphinx8.0]
328+
[testenv:py{310,311,312,313}-sphinx8.0]
329329
setenv =
330330
PYTHONDEVMODE=1
331331
PIP_DISABLE_PIP_VERSION_CHECK=1
@@ -338,7 +338,7 @@ commands =
338338
python --version
339339
python -m pytest --cov=sphinxcontrib.extras_require -r aR tests/ {posargs}
340340
341-
[testenv:py{310,311,312,313-dev}-sphinx8.1]
341+
[testenv:py{310,311,312,313}-sphinx8.1]
342342
setenv =
343343
PYTHONDEVMODE=1
344344
PIP_DISABLE_PIP_VERSION_CHECK=1
@@ -351,7 +351,7 @@ commands =
351351
python --version
352352
python -m pytest --cov=sphinxcontrib.extras_require -r aR tests/ {posargs}
353353
354-
[testenv:py{311,312,313-dev}-sphinx8.2]
354+
[testenv:py{311,312,313}-sphinx8.2]
355355
setenv =
356356
PYTHONDEVMODE=1
357357
PIP_DISABLE_PIP_VERSION_CHECK=1

0 commit comments

Comments
 (0)