[Python-modules-commits] r34115 - in packages/python-cliff/trunk/debian (3 files)

zigo at users.alioth.debian.org zigo at users.alioth.debian.org
Wed Sep 2 19:46:25 UTC 2015


    Date: Wednesday, September 2, 2015 @ 19:46:24
  Author: zigo
Revision: 34115

Removed skip-test.patch now useless.

Modified:
  packages/python-cliff/trunk/debian/changelog
Deleted:
  packages/python-cliff/trunk/debian/patches/series
  packages/python-cliff/trunk/debian/patches/skip-tests.patch

Modified: packages/python-cliff/trunk/debian/changelog
===================================================================
--- packages/python-cliff/trunk/debian/changelog	2015-09-02 19:46:17 UTC (rev 34114)
+++ packages/python-cliff/trunk/debian/changelog	2015-09-02 19:46:24 UTC (rev 34115)
@@ -2,6 +2,7 @@
 
   * New upstream release.
   * Fixed (build-)depends for this release.
+  * Removed skip-test.patch now useless.
 
  -- Thomas Goirand <zigo at debian.org>  Wed, 02 Sep 2015 19:31:14 +0000
 

Deleted: packages/python-cliff/trunk/debian/patches/series
===================================================================
--- packages/python-cliff/trunk/debian/patches/series	2015-09-02 19:46:17 UTC (rev 34114)
+++ packages/python-cliff/trunk/debian/patches/series	2015-09-02 19:46:24 UTC (rev 34115)
@@ -1 +0,0 @@
-skip-tests.patch

Deleted: packages/python-cliff/trunk/debian/patches/skip-tests.patch
===================================================================
--- packages/python-cliff/trunk/debian/patches/skip-tests.patch	2015-09-02 19:46:17 UTC (rev 34114)
+++ packages/python-cliff/trunk/debian/patches/skip-tests.patch	2015-09-02 19:46:24 UTC (rev 34115)
@@ -1,24 +0,0 @@
-Description: Skip test with nosetests3 AssertionError:
-             https://bugs.launchpad.net/python-cliff/+bug/1470642
-Author: Corey Bryant <corey.bryant at canonical.com>
-Forwarded: No
-Last-Update: 2015-07-01
-
---- a/cliff/tests/test_help.py
-+++ b/cliff/tests/test_help.py
-@@ -89,9 +89,12 @@
-     except SystemExit:
-         pass
-     help_text = stdout.getvalue()
--    assert 'usage: nosetests [--version]' in help_text
--    assert 'optional arguments:\n  --version' in help_text
--    assert 'one            \n  three word command  \n' in help_text
-+    try:
-+        assert 'usage: nosetests [--version]' in help_text
-+        assert 'optional arguments:\n  --version' in help_text
-+        assert 'one            \n  three word command  \n' in help_text
-+    except AssertionError:
-+        pass
- 
- 
- def test_list_deprecated_commands():




More information about the Python-modules-commits mailing list