mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-01 11:18:09 -07:00
dev-python/py-amqp: remove unused patch
Closes: https://github.com/gentoo/gentoo/pull/2343 Signed-off-by: David Seifert <soap@gentoo.org>
This commit is contained in:
committed by
David Seifert
parent
cc56d34e57
commit
40c6e26067
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user