From 02bc9de560afd4b61374b53e809135b2e5597f9d Mon Sep 17 00:00:00 2001 From: Felix Fontein Date: Sun, 3 Apr 2022 15:07:02 +0200 Subject: [PATCH] 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). --- .azure-pipelines/azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.azure-pipelines/azure-pipelines.yml b/.azure-pipelines/azure-pipelines.yml index b612f1e6..8d8c30ce 100644 --- a/.azure-pipelines/azure-pipelines.yml +++ b/.azure-pipelines/azure-pipelines.yml @@ -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