summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatěj Cepl <mcepl@cepl.eu>2023-02-01 18:58:48 +0100
committerMatěj Cepl <mcepl@cepl.eu>2023-02-04 18:02:19 +0100
commit6dc359b08d884f053764cab9d9d380d3892f559b (patch)
treeb1ec238a1c7123901c42fe5ffca05d5553956673
parent5e14dead261875bf0ec166d00167568300d199c6 (diff)
downloadm2crypto-6dc359b08d884f053764cab9d9d380d3892f559b.tar.gz
Switch off Twisted.
Nobody really seems to care, they provide their own SSL bindings.
-rw-r--r--tests/test_ssl.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/test_ssl.py b/tests/test_ssl.py
index a96b914..6b9e121 100644
--- a/tests/test_ssl.py
+++ b/tests/test_ssl.py
@@ -1059,6 +1059,7 @@ class Urllib2TEChunkedSSLClientTestCase(BaseSSLClientTestCase):
self.stop_server(pid)
+@unittest.skip("Twisted integration has been temporarily switched off.")
class TwistedSSLClientTestCase(BaseSSLClientTestCase):
def test_timeout(self):