Merge "tox: Bump minimum to tox 4.x"

This commit is contained in:
Zuul 2023-12-20 15:22:12 +00:00 committed by Gerrit Code Review
commit fab42fa00e
1 changed files with 5 additions and 5 deletions

10
tox.ini
View File

@ -1,10 +1,8 @@
[tox]
minversion = 3.1.0
minversion = 4.6.0
envlist = py3,pep8
ignore_basepython_conflict = True
[testenv]
basepython = python3
deps =
-c{env:TOX_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/master}
-r{toxinidir}/test-requirements.txt
@ -35,8 +33,10 @@ commands =
[testenv:releasenotes]
deps = {[testenv:docs]deps}
commands = sphinx-build -a -E -W -d releasenotes/build/doctrees -b html releasenotes/source releasenotes/build/html
deps =
{[testenv:docs]deps}
commands =
sphinx-build -a -E -W -d releasenotes/build/doctrees -b html releasenotes/source releasenotes/build/html
[flake8]
show-source = true