Fix tox.ini with tox4

Change-Id: I430d9e1852e54be6c75e05b82ed245cafac08a57
This commit is contained in:
Rodolfo Alonso Hernandez 2022-12-24 03:52:58 +01:00
parent 021ce916c6
commit 0302a8e36f
1 changed files with 2 additions and 3 deletions

View File

@ -1,7 +1,6 @@
[tox]
minversion = 3.18.0
envlist = pep8
skipsdist = True
ignore_basepython_conflict = True
[testenv]
@ -20,10 +19,10 @@ commands = stestr run --slowest {posargs}
[testenv:pep8]
commands =
sh ./tools/misc-sanity-checks.sh
bash ./tools/misc-sanity-checks.sh
flake8
allowlist_externals =
sh
bash
[testenv:venv]
commands = {posargs}