From c22a24c32226278b67eb058424e6c50fda1ca9ce Mon Sep 17 00:00:00 2001 From: Guillaume Abrioux Date: Mon, 23 Jan 2023 16:58:00 +0100 Subject: [PATCH] tox: replace whitelist_externals with allowlist_externals typical error: `ceph_ansible-all_daemons: failed with bash is not allowed, use allowlist_externals to allow it` Signed-off-by: Guillaume Abrioux (cherry picked from commit 4cdff4af98ca3b2d99ffeabcd71a87adb22a5499) --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 26c09e614..9dc8ddb99 100644 --- a/tox.ini +++ b/tox.ini @@ -3,7 +3,7 @@ envlist = ceph_ansible-{all_daemons,lvm_osds,collocation} skipsdist = True [testenv] -whitelist_externals = +allowlist_externals = vagrant bash pip