Merge "Changed minversion in tox to 3.18.0"

This commit is contained in:
Zuul 2021-09-16 04:47:31 +00:00 committed by Gerrit Code Review
commit 5b38e84ef8
1 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
[tox]
minversion = 2.3.1
minversion = 3.18.0
envlist = py38,pep8
skipsdist = True
@ -16,7 +16,7 @@ deps =
-c{env:TOX_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/master}
-r{toxinidir}/requirements.txt
-r{toxinidir}/test-requirements.txt
whitelist_externals = sh
allowlist_externals = sh
find
commands = find . -type f -name "*.py[c|o]" -delete
stestr run {posargs}