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