Merge "tox: remove bash from whitelist_externals"
This commit is contained in:
commit
b7b40ca1b7
3
tox.ini
3
tox.ini
@ -31,7 +31,6 @@ commands =
|
|||||||
stestr slowest
|
stestr slowest
|
||||||
|
|
||||||
whitelist_externals =
|
whitelist_externals =
|
||||||
bash
|
|
||||||
find
|
find
|
||||||
passenv = *_proxy *_PROXY
|
passenv = *_proxy *_PROXY
|
||||||
|
|
||||||
@ -92,7 +91,7 @@ deps = -r{toxinidir}/requirements.txt
|
|||||||
isort==4.3.21
|
isort==4.3.21
|
||||||
pylint==2.3.0
|
pylint==2.3.0
|
||||||
commands =
|
commands =
|
||||||
bash ./tools/coding-checks.sh --pylint {posargs}
|
{toxinidir}/tools/coding-checks.sh --pylint {posargs}
|
||||||
|
|
||||||
[testenv:cover]
|
[testenv:cover]
|
||||||
# Also do not run test_coverage_ext tests while gathering coverage as those
|
# Also do not run test_coverage_ext tests while gathering coverage as those
|
||||||
|
Loading…
x
Reference in New Issue
Block a user