Skip to content

Commit

Permalink
Devops: Update deprecated whitelist_externals option in tox config (#…
Browse files Browse the repository at this point in the history
…6380)

The option `whitelist_externals` is deprecated in tox with version 3.18
(Release Jul 23, 2020). The option `allowlist_externals` is used since
3.18. Pinning 3.18 as minimal version for tox.
  • Loading branch information
agoscinski authored May 3, 2024
1 parent 212f616 commit 8feef51
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -412,6 +412,7 @@ select = [
[tool.tox]
legacy_tox_ini = """
[tox]
minversion = 3.18.0
envlist = py39
[testenv]
Expand Down Expand Up @@ -444,7 +445,7 @@ passenv = RUN_APIDOC
setenv =
update: RUN_APIDOC = False
changedir = docs
whitelist_externals = make
allowlist_externals = make
commands =
clean: make clean
make debug
Expand Down

0 comments on commit 8feef51

Please sign in to comment.