python-M2Crypto/openssl-1_1_1-compat.patch

11 lines
382 B
Diff

--- a/tests/test_ssl.py
+++ b/tests/test_ssl.py
@@ -199,6 +199,7 @@ class HttpslibSSLClientTestCase(BaseSSLC
data = six.ensure_text(c2.getresponse().read())
c.close()
c2.close()
+ log.debug('t = %s, t2 = %s', t, t2)
self.assertEqual(t, t2, "Sessions did not match")
finally:
self.stop_server(pid)