Merge "Changed minversion in tox to 3.18.0"

This commit is contained in:
Zuul 2021-06-23 20:58:48 +00:00 committed by Gerrit Code Review
commit 36ab1f5203

View File

@ -1,5 +1,5 @@
[tox]
minversion = 3.1.0
minversion = 3.18.0
# python runtimes: https://governance.openstack.org/tc/reference/runtimes/ussuri.html
envlist = functional-py38,py38,py36,pep8
skipsdist = True
@ -31,7 +31,7 @@ deps = -c{env:UPPER_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/
commands =
find . -type f -name "*.pyc" -delete
stestr run --slowest {posargs}
whitelist_externals = bash
allowlist_externals = bash
find
rm
passenv = *_proxy *_PROXY