Commit a5b41eb1 authored by Benjamin Peterson's avatar Benjamin Peterson

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

parent 3ade6f90
......@@ -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",))
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment