From e1375e01585f56e4fc4f565c9260beb2eb9ebd5a Mon Sep 17 00:00:00 2001 From: "Dr. Jens Harbott" Date: Tue, 7 Mar 2023 16:38:31 +0100 Subject: [PATCH] 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 --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 06236c058a..48d2372e1f 100644 --- a/tox.ini +++ b/tox.ini @@ -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 \