Merge "Tox-4 compatibility fixes"
This commit is contained in:
commit
51691fa787
3
tox.ini
3
tox.ini
@ -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}
|
||||
|
Loading…
x
Reference in New Issue
Block a user