Merge "Bump tox minversion to 3.18.0"

This commit is contained in:
Zuul 2022-06-03 17:31:16 +00:00 committed by Gerrit Code Review
commit 11d5abea38
1 changed files with 3 additions and 3 deletions

View File

@ -1,5 +1,5 @@
[tox]
minversion = 3.2.0
minversion = 3.18.0
skipsdist = True
envlist = py38,pep8,releasenotes
ignore_basepython_conflict = True
@ -15,7 +15,7 @@ deps =
-r{toxinidir}/test-requirements.txt
commands = find . -type f -name "*.pyc" -delete
stestr run --slowest {posargs}
whitelist_externals = find
allowlist_externals = find
basepython = python3
[testenv:pep8]
@ -68,7 +68,7 @@ deps = -r{toxinidir}/doc/requirements.txt
[testenv:pdf-docs]
envdir = {toxworkdir}/docs
deps = {[testenv:docs]deps}
whitelist_externals =
allowlist_externals =
make
rm
commands =