On the 'default' image with Python 3.8, cryptography 2.8 is installed from the

system packages, but cryptography 36.0.1 is already present and shadows the
one from the system packages. Since PyOpenSSL is also installed from the system
packages, there is a version mismatch between the two. Temporarily disable the
Python 3.8 tests with the 'default' image on ansible-core 2.13 until this is
resolved, or the stable-1 branch is EOL (whatever comes first).
This commit is contained in:
Felix Fontein
2022-04-03 15:07:02 +02:00
parent 8fe0a2450e
commit 02bc9de560

View File

@@ -277,7 +277,7 @@ stages:
- test: 3.5
- test: 3.6
- test: 3.7
- test: 3.8
# - test: 3.8
- test: 3.9
- test: "3.10"
- stage: Cloud_2_12