diff --git a/common.xml b/common.xml index 30e39b6..30cb39c 100644 --- a/common.xml +++ b/common.xml @@ -4,6 +4,7 @@ + diff --git a/default.xml b/default.xml index ea850fb..3bbba8e 100644 --- a/default.xml +++ b/default.xml @@ -17,6 +17,8 @@ + + diff --git a/tox.ini b/tox.ini index 4af12e7..40c605c 100644 --- a/tox.ini +++ b/tox.ini @@ -13,7 +13,9 @@ deps = -r{toxinidir}/test-requirements.txt [testenv:linters] basepython = python3 -whitelist_externals = bash +allowlist_externals = bash + find + xargs commands = bash -c "find {toxinidir} \ \( -name .tox -prune \) \ @@ -32,4 +34,4 @@ basepython = python3 # Use same environment directory as venv to save space and install time envdir = {toxworkdir}/venv commands = true -whitelist_externals = true +allowlist_externals = true