commit: fdd36e50f4afb9b958bcd73ff05e2f6a344e67a5 Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com> AuthorDate: Tue Sep 11 17:20:23 2018 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Tue Sep 18 06:49:47 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fdd36e50
dev-python/py-amqp: remove unused patch(es) Closes: https://github.com/gentoo/gentoo/pull/9828 .../files/py-amqp-1.3.3-disable_socket_tests.patch | 15 --------------- 1 file changed, 15 deletions(-) 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 deleted file mode 100644 index 67353e3b8ae..00000000000 --- a/dev-python/py-amqp/files/py-amqp-1.3.3-disable_socket_tests.patch +++ /dev/null @@ -1,15 +0,0 @@ -diff -ur amqp-1.3.3.orig/funtests/run_all.py amqp-1.3.3/funtests/run_all.py ---- funtests/run_all.py 2013-11-10 08:53:13.000000000 +0800 -+++ funtests/run_all.py 2013-12-18 21:10:54.050283404 +0800 -@@ -23,10 +23,7 @@ - TEST_NAMES = [ - 'test_exceptions', - 'test_serialization', -- 'test_basic_message', -- 'test_connection', -- 'test_channel', -- 'test_with', -+ 'test_basic_message' - ] - -