Merge "Changed minversion in tox to 3.18.0"

This commit is contained in:
Zuul 2021-10-05 12:00:00 +00:00 committed by Gerrit Code Review
commit a6fff3be31
1 changed files with 3 additions and 3 deletions

View File

@ -1,5 +1,5 @@
[tox]
minversion = 3.2.0
minversion = 3.18.0
envlist = py3,pep8,docs
ignore_basepython_conflict = true
@ -28,7 +28,7 @@ commands = {posargs}
deps =
-c{env:TOX_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/master}
-r{toxinidir}/doc/requirements.txt
whitelist_externals = rm
allowlist_externals = rm
commands =
rm -fr doc/build
sphinx-build -W --keep-going -b html doc/source doc/build/html
@ -37,7 +37,7 @@ commands =
commands = python setup.py test --coverage --coverage-package-name=oslo_limit --testr-args='{posargs}'
[testenv:releasenotes]
whitelist_externals = rm
allowlist_externals = rm
deps =
-r{toxinidir}/doc/requirements.txt
commands =