Merge "Tox-4 compatibility fixes"

This commit is contained in:
Zuul 2023-11-06 12:22:26 +00:00 committed by Gerrit Code Review
commit 51691fa787
1 changed files with 2 additions and 1 deletions

View File

@ -16,7 +16,8 @@ setenv =
VIRTUAL_ENV={envdir}
install_command = pip install -U {opts} {packages}
deps = -r{toxinidir}/requirements.txt
whitelist_externals = find
allowlist_externals =
find
commands =
find . -type f -name "*.py[c|o]" -delete
stestr run --no-subunit-trace {posargs}