openbsd-ports/net/py-zmq/patches/patch-zmq_tests_test_socket_py
mariani a5c64fbefb Updating py-zmq from 17.1.2 to 18.0.0
Tweaks, advices and patches by jca@

OK sthen@ "If things are still working with it"
OK jca@ "If you know that consumer ports can cope with this update"
2019-02-23 18:09:47 +00:00

15 lines
444 B
Plaintext

$OpenBSD: patch-zmq_tests_test_socket_py,v 1.1 2019/02/23 18:09:47 mariani Exp $
Index: zmq/tests/test_socket.py
--- zmq/tests/test_socket.py.orig
+++ zmq/tests/test_socket.py
@@ -497,7 +497,7 @@ class TestSocket(BaseZMQTestCase):
),
reason="only run on 64b and not on Travis."
)
- @mark.large
+ @mark.skip(reason='hangs on amd64')
def test_large_send(self):
c = os.urandom(1)
N = 2**31 + 1