Merge "Fix outdated tox minversion"

This commit is contained in:
Zuul
2024-10-24 12:44:05 +00:00
committed by Gerrit Code Review

View File

@@ -1,6 +1,6 @@
[tox]
minversion = 3.1.1
envlist = py37,pep8
minversion = 3.18.0
envlist = py3,pep8
ignore_basepython_conflict = True
[testenv]
@@ -16,7 +16,7 @@ deps =
-r{toxinidir}/test-requirements.txt
commands = find . -type f -name "*.pyc" -delete
stestr run {posargs}
Allowlist_externals = find
allowlist_externals = find
[testenv:pep8]
commands = flake8