#31 Remove the OPENSSL_CONF=/non-existing-file workaround
Merged 4 years ago by churchyard. Opened 4 years ago by churchyard.
rpms/ churchyard/python38 no_OPENSSL_CONF  into  master

file modified
-6
@@ -925,12 +925,6 @@ 

    ConfName=$1

    ConfDir=$(pwd)/build/$ConfName

  

-   # Fedora sets TLSv1 as explicit minimum version.

-   # Python's test suite assumes that the minimum protocol 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

- 

    echo STARTING: CHECKING OF PYTHON FOR CONFIGURATION: $ConfName

  

    # Note that we're running the tests using the version of the code in the

The test was fixed upstream to expect different config on Fedora.

Resolves https://bugzilla.redhat.com/show_bug.cgi?id=1618753

(Note that we still keep that on the CI for older Python versions.)

This is a straight backport of https://src.fedoraproject.org/rpms/python3/c/b33b4a5162e2b5873c5846dcba882f3569ab76cd?branch=master

I plan to merge this if the build succeeds.

CI passed and build succeeded. Please go ahead and merge it.

Pull-Request has been merged by churchyard

4 years ago