Remove the OPENSSL_CONF=/non-existing-file workaround

The test was adapted in version 3.9.0a1 and the workaround is no longer needed.
This commit is contained in:
Tomas Hrnciar 2020-03-31 09:47:30 +02:00
parent b89d4ad8e7
commit 0cf6d40a7f
1 changed files with 0 additions and 9 deletions

View File

@ -1025,15 +1025,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