Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/py-amqp/files/
Date: Tue, 18 Sep 2018 06:57:34
Message-Id: 1537253387.fdd36e50f4afb9b958bcd73ff05e2f6a344e67a5.mgorny@gentoo
1 commit: fdd36e50f4afb9b958bcd73ff05e2f6a344e67a5
2 Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
3 AuthorDate: Tue Sep 11 17:20:23 2018 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Tue Sep 18 06:49:47 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fdd36e50
7
8 dev-python/py-amqp: remove unused patch(es)
9
10 Closes: https://github.com/gentoo/gentoo/pull/9828
11
12 .../files/py-amqp-1.3.3-disable_socket_tests.patch | 15 ---------------
13 1 file changed, 15 deletions(-)
14
15 diff --git a/dev-python/py-amqp/files/py-amqp-1.3.3-disable_socket_tests.patch b/dev-python/py-amqp/files/py-amqp-1.3.3-disable_socket_tests.patch
16 deleted file mode 100644
17 index 67353e3b8ae..00000000000
18 --- a/dev-python/py-amqp/files/py-amqp-1.3.3-disable_socket_tests.patch
19 +++ /dev/null
20 @@ -1,15 +0,0 @@
21 -diff -ur amqp-1.3.3.orig/funtests/run_all.py amqp-1.3.3/funtests/run_all.py
22 ---- funtests/run_all.py 2013-11-10 08:53:13.000000000 +0800
23 -+++ funtests/run_all.py 2013-12-18 21:10:54.050283404 +0800
24 -@@ -23,10 +23,7 @@
25 - TEST_NAMES = [
26 - 'test_exceptions',
27 - 'test_serialization',
28 -- 'test_basic_message',
29 -- 'test_connection',
30 -- 'test_channel',
31 -- 'test_with',
32 -+ 'test_basic_message'
33 - ]
34 -
35 -