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: I3f89ab28b73e04da1ccde6c3acb2eebb25f36396
This commit is contained in:
parent
c72dd2fd7b
commit
89e5af8d92
6
tox.ini
6
tox.ini
@ -1,5 +1,5 @@
|
||||
[tox]
|
||||
minversion = 3.9.0
|
||||
minversion = 3.18.0
|
||||
envlist = py3,docs,pep8
|
||||
skipsdist = True
|
||||
ignore_basepython_conflict=true
|
||||
@ -44,7 +44,7 @@ commands = sphinx-build -W -b html doc/source doc/build/html
|
||||
|
||||
[testenv:pdf-docs]
|
||||
usedevelop = False
|
||||
whitelist_externals = make
|
||||
allowlist_externals = make
|
||||
deps = {[testenv:docs]deps}
|
||||
commands =
|
||||
sphinx-build -W -b latex doc/source doc/build/pdf
|
||||
@ -83,7 +83,7 @@ deps =
|
||||
|
||||
[testenv:linters]
|
||||
usedevelop = False
|
||||
whitelist_externals = bash
|
||||
allowlist_externals = bash
|
||||
deps =
|
||||
ansible>=2.10.0,<2.11
|
||||
ansible-lint>=4.3.0,<5
|
||||
|
Loading…
Reference in New Issue
Block a user