From 6dc359b08d884f053764cab9d9d380d3892f559b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mat=C4=9Bj=20Cepl?= Date: Wed, 1 Feb 2023 18:58:48 +0100 Subject: Switch off Twisted. Nobody really seems to care, they provide their own SSL bindings. --- tests/test_ssl.py | 1 + 1 file changed, 1 insertion(+) 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): -- cgit v1.2.1