Fix functional tests

This adds find to the allow list in tox.

Change-Id: Icba7968657ac476861a4fe4cbffd05a728ca54b0
This commit is contained in:
Grzegorz Grasza 2023-04-20 10:22:44 +02:00
parent 9ba66a67b9
commit 64eac24071

View File

@ -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