From 8bbb80cc80fcc5ce1b1778930bbcabec1aa971651392dbc34eb8535249a473ea Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Wed, 7 Nov 2018 17:44:36 +0000 Subject: [PATCH] Update openssl-1_1_1-compat.patch OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-M2Crypto?expand=0&rev=67 --- openssl-1_1_1-compat.patch | 9 --------- 1 file changed, 9 deletions(-) diff --git a/openssl-1_1_1-compat.patch b/openssl-1_1_1-compat.patch index f1ebf14..f3b7e43 100644 --- a/openssl-1_1_1-compat.patch +++ b/openssl-1_1_1-compat.patch @@ -120,15 +120,6 @@ s.close() finally: self.stop_server(pid) -@@ -1045,7 +1059,7 @@ class TwistedSSLClientTestCase(BaseSSLCl - - # TODO: Figure out which exception should be raised for timeout. - # The following assertion originally expected only a -- # SSL.SSLTimeoutError exception, but what is raised is actually a -+ # SSL.SSLTimeoutError exception, but what is raised is actually a - # socket.timeout exception. As a temporary circumvention to this - # issue, both exceptions are now tolerated. A final fix would need - # to figure out which of these two exceptions is supposed to be --- a/tests/test_evp.py +++ b/tests/test_evp.py @@ -465,7 +465,6 @@ class CipherTestCase(unittest.TestCase):