aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Lib/test/test_pyclbr.py
diff options
context:
space:
mode:
Diffstat (limited to 'Lib/test/test_pyclbr.py')
-rw-r--r--Lib/test/test_pyclbr.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/test/test_pyclbr.py b/Lib/test/test_pyclbr.py
index c745720282d..0f3319f1a47 100644
--- a/Lib/test/test_pyclbr.py
+++ b/Lib/test/test_pyclbr.py
@@ -105,7 +105,7 @@ class PyclbrTest(unittest.TestCase):
'_isfunction',
'_ismodule',
'_classify_class_attrs'])
- self.checkModule('rfc822')
+ self.checkModule('rfc822', ignore=["get"])
self.checkModule('difflib')
def test_others(self):