Remove the OPENSSL_CONF=/non-existing-file workaround

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 commit is contained in:
Miro Hrončok 2019-06-26 10:30:21 +02:00
parent f16aa02ebf
commit bc1bef742b
1 changed files with 0 additions and 6 deletions

View File

@ -925,12 +925,6 @@ CheckPython() {
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