Disable "next" version of Ansible tests.
See https://github.com/ansible-community/molecule/issues/2626
This commit is contained in:
parent
e412b4579b
commit
78a6ba2f5b
|
|
@ -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 %}
|
||||
|
||||
{% 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 %}
|
||||
skipsdist = true
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue