mirror of
https://github.com/linux-system-roles/network.git
synced 2026-01-23 02:15:17 +00:00
test: skip integration pytest on fedora 39 and later
Something has changed in python, similar to the change between el8 and el9, that causes the test to fail on f39 and later, so skip it. Signed-off-by: Rich Megginson <rmeggins@redhat.com>
This commit is contained in:
parent
5082921cf9
commit
931cdb335d
1 changed files with 2 additions and 1 deletions
|
|
@ -10,4 +10,5 @@
|
|||
import_playbook: playbooks/integration_pytest_python3.yml
|
||||
when: (ansible_distribution in ["CentOS", "RedHat"] and
|
||||
ansible_distribution_major_version == "8") or
|
||||
ansible_distribution == "Fedora"
|
||||
(ansible_distribution == "Fedora" and
|
||||
ansible_distribution_major_version | int < 39)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue