$OpenBSD: patch-zmq_tests_test_context_py,v 1.1 2019/02/23 18:09:47 mariani Exp $

Index: zmq/tests/test_context.py
--- zmq/tests/test_context.py.orig
+++ zmq/tests/test_context.py
@@ -145,8 +145,8 @@ class TestContext(BaseZMQTestCase):
         ctx.term()
 
     @mark.skipif(
-        sys.platform.startswith('win'),
-        reason='Segfaults on Windows')
+        sys.platform.startswith('win') or sys.platform.startswith('openbsd'),
+        reason='Segfaults on Windows and OpenBSD')
     def test_destroy(self):
         """Context.destroy should close sockets"""
         ctx = self.Context()
