Merge "Changed minversion in tox to 3.18.0"

This commit is contained in:
Zuul 2021-08-26 08:18:47 +00:00 committed by Gerrit Code Review
commit f2919bc93c
1 changed files with 3 additions and 3 deletions

View File

@ -1,5 +1,5 @@
[tox]
minversion = 3.1.1
minversion = 3.18.0
skipsdist = True
envlist = py{3}{,-mysql,-postgresql},functional,pep8
ignore_basepython_conflict = True
@ -23,7 +23,7 @@ commands =
{toxinidir}/run-tests.sh {posargs}
{toxinidir}/run-functional-tests.sh "{posargs}"
aodh-config-generator
whitelist_externals = bash
allowlist_externals = bash
[testenv:cover]
commands =
@ -48,7 +48,7 @@ setenv = PYTHONHASHSEED=0
[testenv:pdf-docs]
deps = {[testenv:docs]deps}
whitelist_externals =
allowlist_externals =
make
commands =
sphinx-build -W -b latex doc/source doc/build/pdf