From df330cdeceb1e095c8f41a34c98b78e4467dd779 Mon Sep 17 00:00:00 2001 From: Yann Weber Date: Tue, 9 Jan 2024 17:57:45 +0100 Subject: [PATCH] test: add allowlist_externals for pylint.sh (#85457) --- tox.ini | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tox.ini b/tox.ini index 9fba11b..e89971b 100644 --- a/tox.ini +++ b/tox.ini @@ -23,6 +23,8 @@ deps = pylint: astroid<3 pylint: pylint-django pylint: django>=3.2,<3.3 +allowlist_externals = + ./pylint.sh commands = pytest {posargs: {env:JUNIT:} {env:COVERAGE:} tests/} codestyle: pre-commit run --all-files --show-diff-on-failure