Skip to content

Commit

Permalink
chore(tox): rename whitelist_externals to allowlist_externals
Browse files Browse the repository at this point in the history
  • Loading branch information
mkniewallner committed Dec 24, 2022
1 parent f5fdd1b commit 945d285
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ python =

[testenv]
passenv = PYTHON_VERSION
whitelist_externals = poetry
allowlist_externals = poetry
commands =
poetry install -v
pytest --doctest-modules tests --cov --cov-config=pyproject.toml --cov-report=xml
Expand Down

0 comments on commit 945d285

Please sign in to comment.