Disable "next" version of Ansible tests.

See https://github.com/ansible-community/molecule/issues/2626
This commit is contained in:
Robert de Bock 2020-03-26 08:17:06 +01:00
parent e412b4579b
commit 78a6ba2f5b
1 changed files with 4 additions and 1 deletions

View File

@ -5,7 +5,10 @@ minversion = 3.7
envlist = py{37}-ansible-{% raw %}{{% endraw %}{% for version in tox_versions %}{{ version }}{% if not loop.last %},{% endif %}{% endfor %}{% raw %}}{% endraw %} envlist = py{37}-ansible-{% raw %}{{% endraw %}{% for version in tox_versions %}{{ version }}{% if not loop.last %},{% endif %}{% endfor %}{% raw %}}{% endraw %}
{% else %} {% else %}
envlist = py{37}-ansible-{previous,current,next} # Disabled "next" because of:
# https://github.com/ansible-community/molecule/issues/2626.
# envlist = py{37}-ansible-{previous,current,next}
envlist = py{37}-ansible-{previous,current}
{% endif %} {% endif %}
skipsdist = true skipsdist = true