From 64eac2407155b86b68978479504dba653b7d51c0 Mon Sep 17 00:00:00 2001 From: Grzegorz Grasza Date: Thu, 20 Apr 2023 10:22:44 +0200 Subject: [PATCH] Fix functional tests This adds find to the allow list in tox. Change-Id: Icba7968657ac476861a4fe4cbffd05a728ca54b0 --- tox.ini | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/tox.ini b/tox.ini index d9f752c66..f12e23252 100644 --- a/tox.ini +++ b/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