Skip to content
This repository was archived by the owner on Jan 6, 2023. It is now read-only.

Commit 1c72bf0

Browse files
authored
use allowlist_externals instead of whitelist_externals (#40)
`whitelist_externals` is now deprecated, use `allowlist_externals` instead. See: https://tox.wiki/en/latest/config.html#conf-allowlist_externals Signed-off-by: Daniel Ziegenberg <daniel@ziegenberg.at>
1 parent 5f39ca4 commit 1c72bf0

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

tox.ini

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ passenv =
4444
SSL_CERT_FILE
4545
TOXENV
4646
TWINE_*
47-
whitelist_externals =
47+
allowlist_externals =
4848
bash
4949
twine
5050
pytest
@@ -97,7 +97,7 @@ passenv =
9797
TWINE_*
9898
MOLECULE_*
9999
OS_*
100-
whitelist_externals =
100+
allowlist_externals =
101101
bash
102102
twine
103103
pytest

0 commit comments

Comments
 (0)