Adjust CI matrix for ansible-core devel's ansible-test (#771)

* Adjust CI matrix for ansible-core devel's ansible-test.

* Don't install cryptography via pip on Ubuntu 24.04.

* Don't force-enable on Fedora.
This commit is contained in:
Felix Fontein
2024-06-18 08:20:43 +02:00
committed by GitHub
parent 33410b1d57
commit 5e60bee9c0
3 changed files with 25 additions and 13 deletions

View File

@@ -5,7 +5,7 @@
- name: RedHat - Enable the dynamic CA configuration feature
command: update-ca-trust force-enable
when: ansible_os_family == 'RedHat'
when: ansible_os_family == 'RedHat' and ansible_distribution != "Fedora"
- name: RedHat - Retrieve test cacert
get_url:

View File

@@ -35,6 +35,8 @@ system_python_version_data:
- '3.8'
'22':
- '3.10'
'24':
- '3.12'
Darwin:
'10.11':
- '2.7'
@@ -91,3 +93,5 @@ cannot_upgrade_cryptography:
Ubuntu:
'18':
- '3.9' # this is the default container for ansible-core 2.12; upgrading cryptography wrecks pyOpenSSL
'24':
- '3.12' # ERROR: Cannot uninstall cryptography 41.0.7, RECORD file not found. Hint: The package was installed by debian.