mirror of
https://github.com/ansible-collections/community.crypto.git
synced 2026-03-30 23:33:23 +00:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user