Skip to content

Commit

Permalink
Merge pull request #624 from Mariatta/patch-1
Browse files Browse the repository at this point in the history
tox: use allowlist_externals option instead of whitelist_externals
  • Loading branch information
takluyver committed Jan 24, 2023
2 parents 97e985f + 8c52d81 commit e734a17
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 @@ -34,7 +34,7 @@ commands =
skip_install = true
# Make the install step a no-op, so nothing gets installed in the env
install_command = true {packages}
whitelist_externals = true
allowlist_externals = true
changedir = flit_core
commands =
python -c "from flit_core.buildapi import build_wheel;\
Expand Down

0 comments on commit e734a17

Please sign in to comment.