summaryrefslogtreecommitdiff
path: root/test/test_func.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/test_func.py')
-rw-r--r--test/test_func.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/test_func.py b/test/test_func.py
index 2d573c2..acd5c4a 100644
--- a/test/test_func.py
+++ b/test/test_func.py
@@ -59,6 +59,8 @@ class TestTests(testlib.TestCase):
not_tested -= self.PORTED
if PY3K:
not_tested.remove('W0403') # relative-import
+ not_tested.remove("C0401") # requires optional lib python-enchant for spell checking
+ not_tested.remove("C0402") # requires optional lib python-enchant for spell checking
self.assertFalse(not_tested)