mirror of
https://github.com/python/cpython.git
synced 2025-11-25 21:11:09 +00:00
fix test_pyclbr which failed because the new StringIO presented bases it couldn't find
This commit is contained in:
parent
3ade6f9007
commit
a5b41eb1e6
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue