Skip to content

Commit b5964ea

Browse files
committed
fix: change deprecated "whitelist_externals" with "allowlist_externals" in tox.ini
1 parent 0d4bc51 commit b5964ea

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tox.ini

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ python =
1212
3.11: py311
1313

1414
[testenv]
15-
whitelist_externals = poetry
15+
allowlist_externals = poetry
1616
commands_pre =
1717
poetry install --no-root --sync
1818
commands =
@@ -23,7 +23,7 @@ commands =
2323
poetry run coverage xml
2424

2525
[testenv:lint]
26-
whitelist_externals = poetry
26+
allowlist_externals = poetry
2727
commands_pre =
2828
poetry install --no-root --sync
2929
commands =

0 commit comments

Comments
 (0)