Skip to content

Commit 885e80c

Browse files
committed
Updates tox keyword
1 parent 36e2ebc commit 885e80c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

tox.ini

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ envlist = copying,{py37,py38,py39,py310,py311,py312,py313}-{lint,tests,tools,cli
33
skip_missing_interpreters = true
44

55
[testenv]
6-
whitelist_externals =
7-
cli: {[testenv:cli]whitelist_externals}
6+
allowlist_externals =
7+
cli: {[testenv:cli]allowlist_externals}
88
deps=
99
-rtests_utils/test-requirements.txt
1010
checksetup: {[testenv:checksetup]deps}
@@ -37,14 +37,14 @@ commands=
3737
twine check {distdir}/*
3838

3939
[testenv:copying]
40-
whitelist_externals=
40+
allowlist_externals=
4141
/bin/bash
4242
/usr/bin/bash
4343
commands=
4444
bash tests_utils/check_license.sh
4545

4646
[testenv:cli]
47-
whitelist_externals=
47+
allowlist_externals=
4848
/bin/bash
4949
/usr/bin/bash
5050
commands=

0 commit comments

Comments
 (0)