Skip to content

Commit

Permalink
fix TOX configuration, **whitelist_externals** to **allowlist_externa…
Browse files Browse the repository at this point in the history
…ls**
  • Loading branch information
SoulRaven committed Jun 10, 2024
1 parent 8e42501 commit ef241df
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 @@ -8,7 +8,7 @@ python =

[testenv]
passenv = PYTHON_VERSION
whitelist_externals = poetry
allowlist_externals = poetry
commands =
poetry install -v
pytest --doctest-modules tests
Expand Down

0 comments on commit ef241df

Please sign in to comment.