From 6b40018bac6ca3ba452f1ca3ad46ae4551548ead Mon Sep 17 00:00:00 2001 From: Tomas Hrnciar Date: Apr 01 2020 09:27:39 +0000 Subject: Remove the OPENSSL_CONF=/non-existing-file workaround The test was adapted in version 3.8.0rc1 and the workaround is no longer needed. --- diff --git a/python3.spec b/python3.spec index 05c6360..50eb2d8 100644 --- a/python3.spec +++ b/python3.spec @@ -1031,15 +1031,6 @@ CheckPython() { ConfName=$1 ConfDir=$(pwd)/build/$ConfName - # Fedora sets explicit minimum/maximum TLS versions. - # Python's test suite assumes that the minimum/maximum version is set to - # a magic marker. We workaround the test problem by setting: - export OPENSSL_CONF=/non-existing-file - # https://bugzilla.redhat.com/show_bug.cgi?id=1618753 - # https://bugzilla.redhat.com/show_bug.cgi?id=1778357 - # https://bugs.python.org/issue35045 - # https://bugs.python.org/issue38815 - echo STARTING: CHECKING OF PYTHON FOR CONFIGURATION: $ConfName # Note that we're running the tests using the version of the code in the