Merge "Bump tox minversion to 3.18.0"

This commit is contained in:
Zuul 2022-06-13 18:00:00 +00:00 committed by Gerrit Code Review
commit 6b72237c7a
1 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
[tox]
envlist = pypy,py39,pep8
ignore_basepython_conflict = true
minversion = 3.1.0
minversion = 3.18.0
skipsdist = True
[testenv]
@ -14,7 +14,7 @@ deps =
-r{toxinidir}/test-requirements.txt
commands = find . -type f -name "*.py[c|o]" -delete
stestr run --slowest {posargs}
whitelist_externals = find
allowlist_externals = find
[testenv:debug]
commands = oslo_debug_helper -t heatclient/tests {posargs}