Skip to content

Commit 4185aba

Browse files
committed
Replace deprecated tox.ini option
This option was replaced in 2020, deprecated, and eventually removed in tox 4. The correct option already appears elseware in this tox.ini file. This fix is necessary to run `tox -e doc` per the README.md instructions on tox 4. Signed-off-by: Eric Searcy <[email protected]>
1 parent b97d68f commit 4185aba

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
@@ -88,7 +88,7 @@ commands_pre =
8888
[testenv:doc]
8989
basepython = python3
9090
usedevelop = False
91-
whitelist_externals = make
91+
allowlist_externals = make
9292
deps = sphinx
9393
commands =
9494
sphinx-apidoc -E -o docs/actor dapr/actor

0 commit comments

Comments
 (0)