fix test_pyclbr which failed because the new StringIO presented bases it couldn't...
authorBenjamin Peterson <benjamin@python.org>
Thu, 12 Jun 2008 01:50:39 +0000 (01:50 +0000)
committerBenjamin Peterson <benjamin@python.org>
Thu, 12 Jun 2008 01:50:39 +0000 (01:50 +0000)
Lib/test/test_pyclbr.py

index e8eb94ee3232309b46189cb8154e28569e390ac9..77b691db765a12d83ac7091836b216a2962f3130 100644 (file)
@@ -140,7 +140,7 @@ class PyclbrTest(TestCase):
 
     def test_easy(self):
         self.checkModule('pyclbr')
-        self.checkModule('doctest', ignore=("TestResults",))
+        self.checkModule('doctest', ignore=("TestResults", "_SpoofOut"))
         self.checkModule('rfc822')
         self.checkModule('difflib', ignore=("Match",))