Changes needed for full functionality of the tox 4.0 runtime

Signed-off-by: Jiri Podivin <jpodivin@redhat.com>
Change-Id: I144c5791b94b3dad6a3089953a7bd084df08e0f3
This commit is contained in:
Jiri Podivin
2023-01-05 12:03:51 +01:00
parent 14354b222a
commit 072985c66d

View File

@@ -1,5 +1,5 @@
[tox]
minversion = 3.2.0
minversion = 4.0.0
envlist = linters,docs,py
skipsdist = True
@@ -84,6 +84,9 @@ commands =
deps =
-r {toxinidir}/doc/requirements.txt
-r {toxinidir}/molecule-requirements.txt
-c {env:TOX_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/master}
-r {toxinidir}/requirements.txt
-r {toxinidir}/test-requirements.txt
commands=
sphinx-build -a -E -W -d doc/build/doctrees --keep-going -b html doc/source doc/build/html -T
doc8 doc