Skip to content

Commit

Permalink
🎨 use allowlist_externals
Browse files Browse the repository at this point in the history
  • Loading branch information
Keisuke Ogaki committed Sep 26, 2023
1 parent 063135e commit 554fc05
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 @@ -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 554fc05

Please sign in to comment.