You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/dev-python/py-amqp/files/py-amqp-1.3.3-disable_socke...

16 lines
405 B

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'
]