Skip to content

Commit c02d4e4

Browse files
authored
tox whitelist_externals deprecated and replaced with allowlist_externals (#1241)
1 parent 04b5b3e commit c02d4e4

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
@@ -70,7 +70,7 @@ commands =
7070
[testenv:{docs,livedocs}]
7171
basepython = python3.8
7272
changedir = docs
73-
whitelist_externals = make
73+
allowlist_externals = make
7474
commands =
7575
docs: make html
7676
livedocs: make livehtml

0 commit comments

Comments
 (0)