Merge "Bump tox minversion to 3.18.0"

This commit is contained in:
Zuul 2022-05-25 16:34:14 +00:00 committed by Gerrit Code Review
commit 4d7fc817e6
1 changed files with 4 additions and 4 deletions

View File

@ -1,5 +1,5 @@
[tox]
minversion = 3.1
minversion = 3.18.0
envlist = pep8,py36,py39,releasenotes,npm,py3-dj32
skipsdist = True
# Automatic envs (pyXX) will only use the python version appropriate to that
@ -21,7 +21,7 @@ setenv =
# It should be dropped when we drop Django 2.2 support.
dj32: PYTHONWARNINGS = once,ignore::PendingDeprecationWarning,ignore::DeprecationWarning
whitelist_externals =
allowlist_externals =
bash
find
deps =
@ -64,7 +64,7 @@ commands =
[testenv:cover]
envdir = {toxworkdir}/venv
whitelist_externals =
allowlist_externals =
bash
commands =
coverage erase
@ -148,7 +148,7 @@ commands =
[testenv:pdf-docs]
envdir = {toxworkdir}/docs
deps = {[testenv:docs]deps}
whitelist_externals =
allowlist_externals =
make
commands =
sphinx-build -j auto -W -b latex doc/source doc/build/pdf