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 899e344..640bac6 100644
--- a/Lib/test/test_pyclbr.py
+++ b/Lib/test/test_pyclbr.py
@@ -174,7 +174,7 @@
         cm('pydoc')
 
         # Tests for modules inside packages
-        cm('email.parser')
+        #cm('email.parser')
         cm('test.test_pyclbr')