Update openssl-1_1_1-compat.patch
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-M2Crypto?expand=0&rev=67
This commit is contained in:
parent
08ca273753
commit
8bbb80cc80
@ -120,15 +120,6 @@
|
|||||||
s.close()
|
s.close()
|
||||||
finally:
|
finally:
|
||||||
self.stop_server(pid)
|
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
|
--- a/tests/test_evp.py
|
||||||
+++ b/tests/test_evp.py
|
+++ b/tests/test_evp.py
|
||||||
@@ -465,7 +465,6 @@ class CipherTestCase(unittest.TestCase):
|
@@ -465,7 +465,6 @@ class CipherTestCase(unittest.TestCase):
|
||||||
|
Loading…
Reference in New Issue
Block a user