From e07987f0ee32c3d8360c20ff6cb9ed519711c729 Mon Sep 17 00:00:00 2001 From: Cédric Ollivier Date: Thu, 19 Oct 2023 16:54:23 +0200 Subject: Allow binaries in elements install.d MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: I78589cb91293ead9b410fba525116e85bbe13f44 Signed-off-by: Cédric Ollivier --- tox.ini | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tox.ini b/tox.ini index 3af21a1a..7ce60f70 100644 --- a/tox.ini +++ b/tox.ini @@ -30,7 +30,7 @@ commands = flake8 [testenv:pylint] basepython = python3.10 -whitelist_externals = bash +allowlist_externals = bash commands = pylint --min-similarity-lines=10 \ --disable=locally-disabled --ignore-imports=y --reports=n --extension-pkg-whitelist=lxml xtesting @@ -66,8 +66,8 @@ commands = [testenv:perm] basepython = python3.10 -whitelist_externals = bash -path=. -not -path './.tox/*' -not -path './.git/*' -not -path './doc/reveal.js/*' +allowlist_externals = bash +path=. -not -path './.tox/*' -not -path './.git/*' -not -path './doc/reveal.js/*' -not -path './elements/xtesting/install.d/*' commands = bash -c "\ find {[testenv:perm]path} \( -type f -not -perm 644 -o -type d -not -perm 755 \) \ -- cgit 1.2.3-korg