14
0
forked from pool/python-pyzmq

Accepting request 489467 from home:TheBlackCat:branches:devel:languages:python

- Update to 16.0.2
- Rebase skip_test_tracker.patch.
- Implement single-spec version.

OBS-URL: https://build.opensuse.org/request/show/489467
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyzmq?expand=0&rev=50
This commit is contained in:
Todd R
2017-04-19 21:45:05 +00:00
committed by Git OBS Bridge
parent e9b5013548
commit a30cf642c7
5 changed files with 50 additions and 36 deletions

View File

@@ -1,10 +1,10 @@
--- 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 @@
@@ -216,6 +216,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)
# get a port:
sock = socket.socket()