Merge "Changed minversion in tox to 3.18.0"

This commit is contained in:
Zuul 2021-11-17 23:17:53 +00:00 committed by Gerrit Code Review
commit 2abb8bd32e
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,pep8,packaging,sanity
requires =
@ -26,7 +26,7 @@ commands = {posargs}
deps =
-c{env:TOX_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/master}
-r{toxinidir}/doc/requirements.txt
whitelist_externals =
allowlist_externals =
rm
commands =
rm -rf doc/build
@ -80,7 +80,7 @@ commands =
sh -c "ansible-playbook --syntax-check playbooks/*.yaml"
ansible localhost -m tripleo.repos.get_hash -a "release=master os_version=centos8"
whitelist_externals =
allowlist_externals =
sh
[testenv:molecule]