Skip to content

Commit bd48627

Browse files
committed
Update test config for -docutils18
1 parent 679d40f commit bd48627

1 file changed

Lines changed: 9 additions & 1 deletion

File tree

tox.ini

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -351,7 +351,15 @@ commands =
351351
python --version
352352
python -m pytest --cov=html_section -r aR tests/ {posargs}
353353
354-
[testenv:py{312,313}-docutils0.18]
354+
[testenv:py{311,312,313}-docutils0.18]
355355
setenv =
356356
PYTHONDEVMODE=1
357357
PIP_DISABLE_PIP_VERSION_CHECK=1
358+
deps =
359+
-r{toxinidir}/tests/requirements.txt
360+
-r{toxinidir}/requirements.txt
361+
docutils0.18: docutils~=0.18.0
362+
sphinx-prompt==1.10.0
363+
commands =
364+
python --version
365+
python -m pytest --cov=html_section -r aR tests/ {posargs}

0 commit comments

Comments
 (0)