fix test_pyclbr which failed because the new StringIO presented bases it couldn't find
This commit is contained in:
parent
3ade6f9007
commit
a5b41eb1e6
|
@ -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",))
|
||||
|
||||
|
|
Loading…
Reference in New Issue