Skip to content

Commit cd4bd58

Browse files
Replace deprecated tox.ini option (dapr#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]> Signed-off-by: Elena Kolevska <[email protected]>
1 parent 7881ba3 commit cd4bd58

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)