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