Skip to content

Commit 5ce2e99

Browse files
author
likui
committed
Changed minversion in tox to 3.18.0
The patch bumps min version of tox to 3.18.0 in order to replace tox's whitelist_externals by allowlist_externals option: https://github.com/tox-dev/tox/blob/master/docs/changelog.rst#v3180-2020-07-23 Change-Id: Ia9928d8fe69a6a3c593ff9b5846ef3123e7dda26
1 parent cd68986 commit 5ce2e99

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

tox.ini

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
[tox]
44
envlist = py38,pep8
5-
minversion = 3.1.1
5+
minversion = 3.18.0
66
skipsdist = True
77
ignore_basepython_conflict = True
88

@@ -22,7 +22,7 @@ deps =
2222
-r{toxinidir}/test-requirements.txt
2323
commands = find . -type f -name "*.pyc" -delete
2424
stestr run {posargs}
25-
whitelist_externals = find
25+
allowlist_externals = find
2626
rm
2727

2828
[testenv:debug]

0 commit comments

Comments
 (0)