fix test_pyclbr which failed because the new StringIO presented bases it couldn't find

This commit is contained in:
Benjamin Peterson 2008-06-12 01:50:39 +00:00
parent 3ade6f9007
commit a5b41eb1e6
1 changed files with 1 additions and 1 deletions

View File

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