From 2924719a86a41e3c56961ecf4fd38f805ec138b6 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 d01aac548..efb96b8ce 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