Skip to content
This repository was archived by the owner on Dec 19, 2024. It is now read-only.

Commit c22a24c

Browse files
committed
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 <[email protected]> (cherry picked from commit 4cdff4a)
1 parent f962b8e commit c22a24c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ envlist = ceph_ansible-{all_daemons,lvm_osds,collocation}
33
skipsdist = True
44

55
[testenv]
6-
whitelist_externals =
6+
allowlist_externals =
77
vagrant
88
bash
99
pip

0 commit comments

Comments
 (0)