Skip to content

Commit f97c2be

Browse files
authored
Update for tox v4 (#199)
1 parent 3264963 commit f97c2be

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

tox.ini

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ commands = mypy src/ {posargs}
4545
[testenv:docs]
4646
basepython = python3.10
4747
extras = docs
48-
whitelist_externals = rm
48+
allowlist_externals = rm
4949
changedir = docs/
5050
# clean the build dir before rebuilding
5151
commands_pre = rm -rf _build/
@@ -55,7 +55,7 @@ commands = sphinx-build -d _build/doctrees -b dirhtml -W . _build/dirhtml {posar
5555
skip_install = true
5656
deps = twine
5757
build
58-
whitelist_externals = rm
58+
allowlist_externals = rm
5959
commands_pre = rm -rf dist/
6060
# check that twine validating package data works
6161
commands = python -m build
@@ -73,7 +73,7 @@ skip_install = true
7373
deps = twine
7474
build
7575
# clean the build dir before rebuilding
76-
whitelist_externals = rm
76+
allowlist_externals = rm
7777
commands_pre = rm -rf dist/
7878
commands = python -m build
7979
twine upload dist/*

0 commit comments

Comments
 (0)