From d5a358fdd6e185c57f235df5862617283e5fbaaa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mat=C4=9Bj=20Cepl?= Date: Wed, 1 Feb 2023 23:34:12 +0100 Subject: On Windows skip over a test requiring os.mkfifo --- tests/test_ssl.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/test_ssl.py b/tests/test_ssl.py index 2898e90..65a0e21 100644 --- a/tests/test_ssl.py +++ b/tests/test_ssl.py @@ -1101,6 +1101,7 @@ class TwistedSSLClientTestCase(BaseSSLClientTestCase): self.stop_server(pid) self.assertIn(b's_server -quiet -www', data) + @unittest.skipIf(sys.platform == 'win32', "os.mkfifo not available on Windows") def test_makefile_timeout_fires(self): # This is convoluted because (openssl s_server -www) starts # writing the response as soon as it receives the first line of -- cgit v1.2.1