Rev 5934: (vila) Skip tests broken by sphinx monkeypatching (Vincent Ladeuil) in file:///home/pqm/archives/thelove/bzr/%2Btrunk/

Canonical.com Patch Queue Manager pqm at pqm.ubuntu.com
Sat May 28 05:47:31 UTC 2011


At file:///home/pqm/archives/thelove/bzr/%2Btrunk/

------------------------------------------------------------
revno: 5934 [merge]
revision-id: pqm at pqm.ubuntu.com-20110528054730-7q84gpthhiyk7zma
parent: pqm at pqm.ubuntu.com-20110528005310-y2p8pdhock5cund7
parent: v.ladeuil+lp at free.fr-20110528050403-lz0xe4ippec32cl8
committer: Canonical.com Patch Queue Manager <pqm at pqm.ubuntu.com>
branch nick: +trunk
timestamp: Sat 2011-05-28 05:47:30 +0000
message:
  (vila) Skip tests broken by sphinx monkeypatching (Vincent Ladeuil)
modified:
  bzrlib/tests/test_utextwrap.py test_utextwrap.py-20110504151300-vdvrs19wd20a5cy0-1
=== modified file 'bzrlib/tests/test_utextwrap.py'
--- a/bzrlib/tests/test_utextwrap.py	2011-05-26 18:26:45 +0000
+++ b/bzrlib/tests/test_utextwrap.py	2011-05-27 21:16:36 +0000
@@ -174,12 +174,13 @@
         
         if (features.sphinx.available()):
             # Until https://bitbucket.org/birkenfeld/sphinx/issue/706 is fixed,
-            # we can't run these tests when sphinx <= 1.0.1
+            # we can't run these tests when sphinx <= 1.0.1 as it breaks
+            # textwrap.TextWrapper.wordsep_re
             version = tuple(map(int,
                                 features.sphinx.module.__version__.split('.')))
             if version <= (1, 0, 1):
-                raise tests.TestSkipped('sphinx monkeypatch textwrap')
-        testcase.debug()
+                raise tests.TestSkipped(
+                    'sphinx textwrap monkeypatch breaks utextwrap')
         super(base_class, testcase).setUp()
         override_textwrap_symbols(testcase)
         reused_class.setUp(testcase)




More information about the bazaar-commits mailing list