mirror of
https://github.com/python/cpython.git
synced 2025-11-25 04:34:37 +00:00
Get test_pyclbr to pass after removing the email package
This commit is contained in:
parent
392c5bed12
commit
cb51c6e953
1 changed files with 1 additions and 1 deletions
|
|
@ -174,7 +174,7 @@ class PyclbrTest(TestCase):
|
|||
cm('pydoc')
|
||||
|
||||
# Tests for modules inside packages
|
||||
cm('email.parser')
|
||||
#cm('email.parser')
|
||||
cm('test.test_pyclbr')
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue