Fix tox4 error
tox.ini started failing with Tox4 which had some incompatible changes. One of them is due to the skipsdist = True. This also adds setup-vault-env.sh to allowlist_externals, since it fails otherwise. Change-Id: If0ace2c2ef0915d9a4ffcba99d664ffe97621b12
This commit is contained in:
parent
316db6cb53
commit
fb6b880eaf
3
tox.ini
3
tox.ini
@ -2,7 +2,6 @@
|
||||
minversion = 3.18.0
|
||||
envlist = py3,pep8
|
||||
ignore_basepython_conflict = True
|
||||
skipsdist = True
|
||||
|
||||
[testenv]
|
||||
usedevelop = True
|
||||
@ -91,6 +90,8 @@ setenv =
|
||||
OS_TEST_PATH=./castellan/tests/functional
|
||||
commands =
|
||||
{toxinidir}/tools/setup-vault-env.sh pifpaf -e VAULT_TEST run vault -- stestr run --concurrency=1 --slowest {posargs}
|
||||
allowlist_externals =
|
||||
{toxinidir}/tools/setup-vault-env.sh
|
||||
|
||||
[testenv:genconfig]
|
||||
commands =
|
||||
|
Loading…
Reference in New Issue
Block a user