tox: remove bash from whitelist_externals

This is not needed, just run coding-checks.sh
directly.

Change-Id: Ib3045ef127c749451bd632a0ea3c4cfe47dc50f3
This commit is contained in:
Eric Harney 2020-06-22 16:47:34 -04:00
parent d1fdb6de8d
commit d52ce1d538

View File

@ -32,7 +32,6 @@ commands =
stestr slowest
whitelist_externals =
bash
find
passenv = *_proxy *_PROXY
@ -92,7 +91,7 @@ deps = -r{toxinidir}/requirements.txt
-r{toxinidir}/test-requirements.txt
pylint==2.3.0
commands =
bash ./tools/coding-checks.sh --pylint {posargs}
{toxinidir}/tools/coding-checks.sh --pylint {posargs}
[testenv:cover]
# Also do not run test_coverage_ext tests while gathering coverage as those