Skip to content

Commit

Permalink
tox: remove bash from whitelist_externals
Browse files Browse the repository at this point in the history
This is not needed, just run coding-checks.sh
directly.

Change-Id: Ib3045ef127c749451bd632a0ea3c4cfe47dc50f3
  • Loading branch information
eharney committed Jun 22, 2020
1 parent d1fdb6d commit d52ce1d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ commands =
stestr slowest

whitelist_externals =
bash
find
passenv = *_proxy *_PROXY

Expand Down Expand Up @@ -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
Expand Down

0 comments on commit d52ce1d

Please sign in to comment.