summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatěj Cepl <mcepl@cepl.eu>2023-02-01 23:34:12 +0100
committerMatěj Cepl <mcepl@cepl.eu>2023-02-02 12:51:41 +0100
commitd5a358fdd6e185c57f235df5862617283e5fbaaa (patch)
tree5770757a4ebbc05e9fccbc17a77994d6cf2d4993
parent81398573779633d36661640c400151acec43e005 (diff)
downloadm2crypto-d5a358fdd6e185c57f235df5862617283e5fbaaa.tar.gz
On Windows skip over a test requiring os.mkfifo
-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 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