Skip to content

Commit 5a4a296

Browse files
Correct tox config for whitelist
tox changed the whitelist_externals to allowlist_externals and as of tox 4.x the older name no longer works. Change-Id: I8d5b196fc276205ede1666f0d71d0cd6550fdc22 Signed-off-by: Matt Fischer <[email protected]>
1 parent f50f8fb commit 5a4a296

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tox.ini

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ setenv =
1111
SYSLOG_PORT=514
1212
IPMI_COMMAND=External
1313
IPMI_CIPHER_LEVEL=17
14-
whitelist_externals = *
14+
allowlist_externals = *
1515
install_command = pip install {opts} {packages}
1616
deps = -r{toxinidir}/requirements.txt
1717
commands =

0 commit comments

Comments
 (0)