Tox-4 compatibility fixes

Change-Id: Ib7c1de862a518e13de943b24170cd528a330cab8
This commit is contained in:
Felipe Reyes 2023-10-26 09:12:33 -03:00
parent 835b855f8e
commit 89f6ef2538
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}