Fix functional tests

This adds find to the allow list in tox.

Change-Id: Icba7968657ac476861a4fe4cbffd05a728ca54b0
(cherry picked from commit 64eac24071)
This commit is contained in:
Grzegorz Grasza 2023-04-20 10:22:44 +02:00
parent e2bd3b95b9
commit b38b21392a
1 changed files with 4 additions and 0 deletions

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