From: Neal Norwitz Date: Sat, 25 Aug 2007 17:23:06 +0000 (+0000) Subject: Get test_pyclbr to pass after removing the email package X-Git-Tag: v3.0a1~257 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=cb51c6e9530ee492d3eb9cd6484136c3811476c8;p=thirdparty%2FPython%2Fcpython.git Get test_pyclbr to pass after removing the email package --- diff --git a/Lib/test/test_pyclbr.py b/Lib/test/test_pyclbr.py index 899e3442b4c6..640bac61b3af 100644 --- a/Lib/test/test_pyclbr.py +++ b/Lib/test/test_pyclbr.py @@ -174,7 +174,7 @@ class PyclbrTest(TestCase): cm('pydoc') # Tests for modules inside packages - cm('email.parser') + #cm('email.parser') cm('test.test_pyclbr')