summaryrefslogtreecommitdiff
path: root/dev-python/py-amqp/files
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2018-07-14 20:57:42 +0100
committerV3n3RiX <venerix@redcorelinux.org>2018-07-14 20:57:42 +0100
commit1798c4aeca70ac8d0a243684d6a798fbc65735f8 (patch)
treee48e19cb6fa03de18e1c63e1a93371b7ebc4eb56 /dev-python/py-amqp/files
parentd87262dd706fec50cd150aab3e93883b6337466d (diff)
gentoo resync : 14.07.2018
Diffstat (limited to 'dev-python/py-amqp/files')
-rw-r--r--dev-python/py-amqp/files/py-amqp-1.3.3-disable_socket_tests.patch15
1 files changed, 0 insertions, 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 67353e3b8ae0..000000000000
--- 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'
- ]
-
-