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
This commit is contained in:
Eric Harney 2023-01-20 09:42:39 -05:00
parent bc9910f040
commit dc283a4177

View File

@ -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