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] [tox]
minversion = 3.1.1 minversion = 3.18.0
skipsdist = True skipsdist = True
envlist = py,pep8,packaging,sanity envlist = py,pep8,packaging,sanity
requires = requires =
@ -26,7 +26,7 @@ commands = {posargs}
deps = deps =
-c{env:TOX_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/master} -c{env:TOX_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/master}
-r{toxinidir}/doc/requirements.txt -r{toxinidir}/doc/requirements.txt
whitelist_externals = allowlist_externals =
rm rm
commands = commands =
rm -rf doc/build rm -rf doc/build
@ -80,7 +80,7 @@ commands =
sh -c "ansible-playbook --syntax-check playbooks/*.yaml" sh -c "ansible-playbook --syntax-check playbooks/*.yaml"
ansible localhost -m tripleo.repos.get_hash -a "release=master os_version=centos8" ansible localhost -m tripleo.repos.get_hash -a "release=master os_version=centos8"
whitelist_externals = allowlist_externals =
sh sh
[testenv:molecule] [testenv:molecule]