We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 320f69e commit 2142f79Copy full SHA for 2142f79
1 file changed
tox.ini
@@ -38,7 +38,7 @@ commands =
38
[testenv:docs]
39
deps =
40
sphinx>=3.5,<5
41
-whitelist_externals = make
+allowlist_externals = make
42
changedir = {toxinidir}/docs
43
commands =
44
make clean
@@ -50,7 +50,7 @@ deps =
50
check-manifest==0.46
51
readme-renderer==29.0
52
twine>=3.4.1,<4
53
-whitelist_externals = rm
+allowlist_externals = rm
54
55
rm -rf dist/
56
check-manifest
0 commit comments