[Python-modules-commits] [libcloud] 12/15: Revert "remove errant test that fails"
Andrew Starr-Bochicchio
asb at moszumanska.debian.org
Thu Oct 19 03:25:48 UTC 2017
This is an automated email from the git hooks/post-receive script.
asb pushed a commit to branch master
in repository libcloud.
commit 4d9ef7c14071c3fe1ecedfc1c504749bcf123c6f
Author: Andrew Starr-Bochicchio <a.starr.b at gmail.com>
Date: Wed Oct 18 23:21:28 2017 -0400
Revert "remove errant test that fails"
This reverts commit fe80b531b401b25c4c3c3eebbbf7b280369f73a2.
---
debian/patches/remove-failing-test.patch | 12 ------------
debian/patches/series | 1 -
2 files changed, 13 deletions(-)
diff --git a/debian/patches/remove-failing-test.patch b/debian/patches/remove-failing-test.patch
deleted file mode 100644
index 9190c34..0000000
--- a/debian/patches/remove-failing-test.patch
+++ /dev/null
@@ -1,12 +0,0 @@
---- a/libcloud/test/test_init.py
-+++ b/libcloud/test/test_init.py
-@@ -36,7 +36,8 @@
- # Debug mode is disabled
- _init_once()
-
-- self.assertEqual(LoggingConnection.log, None)
-+ print('LoggingConnection.log', type(LoggingConnection.log), LoggingConnection.log)
-+ #self.assertEqual(LoggingConnection.log, None)
-
- if have_paramiko:
- logger = paramiko.util.logging.getLogger()
diff --git a/debian/patches/series b/debian/patches/series
deleted file mode 100644
index 4b23d2b..0000000
--- a/debian/patches/series
+++ /dev/null
@@ -1 +0,0 @@
-remove-failing-test.patch
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/libcloud.git
More information about the Python-modules-commits
mailing list