From 0bf875c1f903707d68f65b2b2a36c76b76b97ab9 Mon Sep 17 00:00:00 2001 From: Ildiko Vancsa Date: Wed, 17 May 2023 15:14:09 -0700 Subject: [PATCH] Fix tox 4 compatibility issue This patch changes the value name to enable bash to run linters. Closes-Bug: #2000399 Change-Id: I4c1be2652c3323ae2136bebacbc5b8f02b78e633 Signed-off-by: Ildiko Vancsa --- tox.ini | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 17b955e..84ccec7 100644 --- a/tox.ini +++ b/tox.ini @@ -21,7 +21,8 @@ commands = [testenv:linters] basepython = python3 -whitelist_externals = bash +allowlist_externals = bash + {toxinidir}/tools/check_projects_yaml_alphabetized.sh commands = bash -c "find {toxinidir} \ \( -name .tox -prune \) \