Update tox.ini for tox 4
The whitelist_externals option is deprecated and has been dropped in tox 4, replace it with allowlist_externals. Change-Id: I596be20e2db1bea39be23a9bbcd88afa4d3353eb
This commit is contained in:
parent
11d7007f3f
commit
e1375e0158
2
tox.ini
2
tox.ini
@ -53,7 +53,7 @@ commands = flake8
|
|||||||
|
|
||||||
[testenv:bashate]
|
[testenv:bashate]
|
||||||
deps = bashate
|
deps = bashate
|
||||||
whitelist_externals = bash
|
allowlist_externals = bash
|
||||||
commands = bash -c "find {toxinidir} \
|
commands = bash -c "find {toxinidir} \
|
||||||
-not \( -type d -name .?\* -prune \) \
|
-not \( -type d -name .?\* -prune \) \
|
||||||
-type f \
|
-type f \
|
||||||
|
Loading…
Reference in New Issue
Block a user