diff --git a/templates/tox.ini.j2 b/templates/tox.ini.j2 index e43367d..b655331 100644 --- a/templates/tox.ini.j2 +++ b/templates/tox.ini.j2 @@ -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