Only 8 now, 6 & 7 with Fedora have an issue.
This commit is contained in:
parent
8f13c67d23
commit
48537a0559
|
|
@ -4,7 +4,10 @@ minversion = 4.2.4
|
||||||
{% if tox_ansible_versions is defined %}
|
{% if tox_ansible_versions is defined %}
|
||||||
envlist = py3-ansible{% raw %}{{% endraw %}{% for version in tox_ansible_versions %}{{ version }}{% if not loop.last %},{% endif %}{% endfor %}{% raw %}}{% endraw %}
|
envlist = py3-ansible{% raw %}{{% endraw %}{% for version in tox_ansible_versions %}{{ version }}{% if not loop.last %},{% endif %}{% endfor %}{% raw %}}{% endraw %}
|
||||||
{% else %}
|
{% else %}
|
||||||
envlist = py3-ansible{6,7,8}
|
# Ansible 6 and 7 are disabled, causing issues with Fedora:
|
||||||
|
# https://github.com/ansible/ansible/issues/81199#event-9773321055
|
||||||
|
# envlist = py3-ansible{6,7,8}
|
||||||
|
envlist = py3-ansible{8}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
skipsdist = true
|
skipsdist = true
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue