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:
Dr. Jens Harbott 2023-03-07 16:38:31 +01:00
parent 11d7007f3f
commit e1375e0158
1 changed files with 1 additions and 1 deletions

View File

@ -53,7 +53,7 @@ commands = flake8
[testenv:bashate]
deps = bashate
whitelist_externals = bash
allowlist_externals = bash
commands = bash -c "find {toxinidir} \
-not \( -type d -name .?\* -prune \) \
-type f \