Skip to content

Commit

Permalink
Merge pull request #64 from Hi-king/tox/whitelist_externals
Browse files Browse the repository at this point in the history
whitelist_externals is depricated
  • Loading branch information
kitagry committed Sep 26, 2023
2 parents 957aa02 + 9c39604 commit 2256ab4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tox.ini
Expand Up @@ -3,7 +3,7 @@ envlist = py37
isolated_build = true

[testenv]
whitelist_externals = poetry
allowlist_externals = poetry
commands =
poetry install
poetry run coverage run -m unittest discover -s test
Expand Down

0 comments on commit 2256ab4

Please sign in to comment.