Merge "Changed minversion in tox to 3.18.0."

This commit is contained in:
Zuul 2022-08-02 03:33:15 +00:00 committed by Gerrit Code Review
commit aeae76a79b
1 changed files with 3 additions and 3 deletions

View File

@ -1,12 +1,12 @@
[tox]
minversion = 3.8
minversion = 3.18.0
envlist = linters,molecule
skipsdist = True
[testenv]
usedevelop = True
deps = -r{toxinidir}/test-requirements.txt
whitelist_externals = bash
allowlist_externals = bash
setenv =
ANSIBLE_ACTION_PLUGINS={toxinidir}/molecule/roles.galaxy/config_template/action:{toxinidir}/molecule/ansible_plugins/action
ANSIBLE_CALLBACK_PLUGINS={toxinidir}/molecule/ansible_plugins/callback
@ -47,7 +47,7 @@ commands =
deps = -c{env:TOX_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/master}
-r{toxinidir}/doc/requirements.txt
basepython = python3
whitelist_externals = bash
allowlist_externals = bash
commands = bash -c ci-scripts/releasenotes_tox.sh
[testenv:linters]