Gentoo Archives: gentoo-commits

From: Aaron Bauman <bman@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pyzmq/files/
Date: Tue, 02 Jun 2020 04:28:33
Message-Id: 1591072082.57b219c03f0e6a0ac44b0511fbb7484ca8c46fb1.bman@gentoo
1 commit: 57b219c03f0e6a0ac44b0511fbb7484ca8c46fb1
2 Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
3 AuthorDate: Tue May 19 19:24:02 2020 +0000
4 Commit: Aaron Bauman <bman <AT> gentoo <DOT> org>
5 CommitDate: Tue Jun 2 04:28:02 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=57b219c0
7
8 dev-python/pyzmq: remove unused patch
9
10 Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail.com>
11 Signed-off-by: Aaron Bauman <bman <AT> gentoo.org>
12
13 .../pyzmq/files/pyzmq-17.1.0-test_message.patch | 22 ----------------------
14 1 file changed, 22 deletions(-)
15
16 diff --git a/dev-python/pyzmq/files/pyzmq-17.1.0-test_message.patch b/dev-python/pyzmq/files/pyzmq-17.1.0-test_message.patch
17 deleted file mode 100644
18 index 66d0de75e38..00000000000
19 --- a/dev-python/pyzmq/files/pyzmq-17.1.0-test_message.patch
20 +++ /dev/null
21 @@ -1,22 +0,0 @@
22 -Disable hanging test
23 -Bug: https://github.com/zeromq/pyzmq/issues/1202
24 -
25 -Patch by Marius Brehler <marbre@××××××××××××××.de>
26 ---- pyzmq-17.1.0/zmq/tests/test_message.py
27 -+++ pyzmq-17.1.0/zmq/tests/test_message.py
28 -@@ -14,6 +14,7 @@ import time
29 - from pprint import pprint
30 - from unittest import TestCase
31 -
32 -+import pytest
33 - import zmq
34 - from zmq.tests import BaseZMQTestCase, SkipTest, skip_pypy, PYPY
35 - from zmq.utils.strtypes import unicode, bytes, b, u
36 -@@ -262,6 +263,7 @@ class TestFrame(BaseZMQTestCase):
37 - self.assertEqual(s,r)
38 - self.assertEqual(s, m.bytes)
39 -
40 -+ @pytest.mark.skip("test sometimes hangs")
41 - def test_buffer_numpy(self):
42 - """test non-copying numpy array messages"""
43 - try: