python-pyzmq/skip_test_tracker.patch

11 lines
458 B
Diff

--- zmq/tests/test_socket.py.orig 2015-06-18 19:46:28.000000000 +0200
+++ zmq/tests/test_socket.py 2015-09-08 17:34:13.309795000 +0200
@@ -206,6 +206,7 @@
@skip_pypy
def test_tracker(self):
"test the MessageTracker object for tracking when zmq is done with a buffer"
+ raise SkipTest("test_tracker test skiped")
addr = 'tcp://127.0.0.1'
a = self.context.socket(zmq.PUB)
port = a.bind_to_random_port(addr)