Fix functional tests
This adds find to the allow list in tox. Change-Id: Icba7968657ac476861a4fe4cbffd05a728ca54b0
This commit is contained in:
parent
9ba66a67b9
commit
64eac24071
4
tox.ini
4
tox.ini
@ -119,6 +119,8 @@ commands =
|
||||
# coverage combine
|
||||
# coverage html -d cover
|
||||
# coverage xml -o cover/coverage.xml
|
||||
allowlist_externals =
|
||||
/usr/bin/find
|
||||
passenv = KMIP_PLUGIN_ENABLED
|
||||
VAULT_PLUGIN_ENABLED
|
||||
PKCS11_PLUGIN_ENABLED
|
||||
@ -137,6 +139,8 @@ commands =
|
||||
coverage combine
|
||||
coverage html -d cover
|
||||
coverage xml -o cover/coverage.xml
|
||||
allowlist_externals =
|
||||
/usr/bin/find
|
||||
|
||||
[doc8]
|
||||
ignore = D001
|
||||
|
Loading…
Reference in New Issue
Block a user