We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 679d40f commit bd48627Copy full SHA for bd48627
1 file changed
tox.ini
@@ -351,7 +351,15 @@ commands =
351
python --version
352
python -m pytest --cov=html_section -r aR tests/ {posargs}
353
354
-[testenv:py{312,313}-docutils0.18]
+[testenv:py{311,312,313}-docutils0.18]
355
setenv =
356
PYTHONDEVMODE=1
357
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