From d52ce1d53886247d72dc0fac6876f1dfec9f0202 Mon Sep 17 00:00:00 2001 From: Eric Harney Date: Mon, 22 Jun 2020 16:47:34 -0400 Subject: [PATCH] tox: remove bash from whitelist_externals This is not needed, just run coding-checks.sh directly. Change-Id: Ib3045ef127c749451bd632a0ea3c4cfe47dc50f3 --- tox.ini | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/tox.ini b/tox.ini index 82efa720005..b2f1dfa7d8c 100644 --- a/tox.ini +++ b/tox.ini @@ -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