Fix tox 4 compatibility

Change-Id: I2a2790bc64d47a2e39efc0447dbb4db1d513cdaf
This commit is contained in:
Elod Illes 2023-02-17 12:45:56 +01:00
parent 2afd925af3
commit b9b0d8314c
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ deps =
-c{env:UPPER_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/master}
-r{toxinidir}/requirements.txt
-r{toxinidir}/test-requirements.txt
whitelist_externals = find
allowlist_externals = find
setenv = VIRTUAL_ENV={envdir}
commands =
find . -type f -name "*.py[c|o]" -delete