Skip to content

Commit 9f0a771

Browse files
Replace deprecated tox.ini option (#762)
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]> Co-authored-by: Elena Kolevska <[email protected]>
1 parent c5dbf96 commit 9f0a771

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
@@ -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)