commit: 40c6e26067b6b1dff5e9a1569a0fab648c2ca950 Author: Michael Mair-Keimberger (asterix) <m.mairkeimberger <AT> gmail <DOT> com> AuthorDate: Fri Sep 16 15:47:23 2016 +0000 Commit: David Seifert <soap <AT> gentoo <DOT> org> CommitDate: Sun Sep 18 13:28:17 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=40c6e260
dev-python/py-amqp: remove unused patch Closes: https://github.com/gentoo/gentoo/pull/2343 Signed-off-by: David Seifert <soap <AT> gentoo.org> .../files/py-amqp-1.0.6_disable_socket_tests.patch | 23 ---------------------- 1 file changed, 23 deletions(-) diff --git a/dev-python/py-amqp/files/py-amqp-1.0.6_disable_socket_tests.patch b/dev-python/py-amqp/files/py-amqp-1.0.6_disable_socket_tests.patch deleted file mode 100644 index 424b8bb..00000000 --- a/dev-python/py-amqp/files/py-amqp-1.0.6_disable_socket_tests.patch +++ /dev/null @@ -1,23 +0,0 @@ - funtests/run_all.py | 6 +----- - 1 file changed, 1 insertion(+), 5 deletions(-) - -diff --git a/funtests/run_all.py b/funtests/run_all.py -index b5b7cb6..febe6ad 100755 ---- a/funtests/run_all.py -+++ b/funtests/run_all.py -@@ -27,11 +27,7 @@ import settings - TEST_NAMES = [ - 'test_exceptions', - 'test_serialization', -- 'test_basic_message', -- 'test_connection', -- 'test_channel', -- 'test_with', -- ] -+ 'test_basic_message'] - - def main(): - suite = unittest.TestLoader().loadTestsFromNames(TEST_NAMES) --- -1.7.10.4 -
