From dc283a41779e5937c297ac85496aede3a61a1d29 Mon Sep 17 00:00:00 2001 From: Eric Harney Date: Fri, 20 Jan 2023 09:42:39 -0500 Subject: [PATCH] Add tools/coding_checks.sh to pylint tox env This must be listed in allowlist_externals for the pylint env to run. Change-Id: Ic68f52e684102c080dd81cc9197e8064ae1d4850 --- tox.ini | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tox.ini b/tox.ini index 2518031d22f..7b318af8281 100644 --- a/tox.ini +++ b/tox.ini @@ -104,6 +104,8 @@ commands = passenv = FAST8_NUM_COMMITS [testenv:pylint] +allowlist_externals = + {toxinidir}/tools/coding-checks.sh install_command = {[testenv:py3]install_command} deps = -r{toxinidir}/requirements.txt -r{toxinidir}/test-requirements.txt