Fedora 35 has Python 3.10, and Ansible is 1 version further.

This commit is contained in:
Robert de Bock 2022-01-21 14:09:05 +01:00
parent 51842e8ea2
commit 7b839cd894
1 changed files with 3 additions and 3 deletions

View File

@ -2,18 +2,18 @@
[tox]
minversion = 3.21.4
{% if tox_versions is defined %}
envlist = py{39}-ansible-{% raw %}{{% endraw %}{% for version in tox_versions %}{{ version }}{% if not loop.last %},{% endif %}{% endfor %}{% raw %}}{% endraw %}
envlist = py{310}-ansible-{% raw %}{{% endraw %}{% for version in tox_versions %}{{ version }}{% if not loop.last %},{% endif %}{% endfor %}{% raw %}}{% endraw %}
{% else %}
envlist = py{39}-ansible-{2.9,2.10,2.11}
envlist = py{39}-ansible-{2.10,2.11,2.12}
{% endif %}
skipsdist = true
[testenv]
deps =
2.9: ansible == 2.9.*
2.10: ansible-base == 2.10.*
2.11: ansible-core == 2.11.*
2.12: ansible-core == 2.12.*
molecule[docker]
docker == 4.*
ansible-lint == 5.*