diff options
author | Claudiu Popa <pcmanticore@gmail.com> | 2014-07-25 18:14:11 +0200 |
---|---|---|
committer | Claudiu Popa <pcmanticore@gmail.com> | 2014-07-25 18:14:11 +0200 |
commit | 4001b38ea3f0e03a41248ed80c4afb20851d25f5 (patch) | |
tree | f869d5d81ae8c06d678e3d367718798556834d51 /test | |
parent | 596cf49755ea7a39c635f3fc0ba37a5523e405ba (diff) | |
parent | c1569d66465c0659ca238dc8965a68325542e69f (diff) | |
download | pylint-git-4001b38ea3f0e03a41248ed80c4afb20851d25f5.tar.gz |
Merged logilab/pylint into default
Diffstat (limited to 'test')
-rw-r--r-- | test/test_func.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/test/test_func.py b/test/test_func.py index da34397fb..225efc858 100644 --- a/test/test_func.py +++ b/test/test_func.py @@ -58,8 +58,6 @@ class TestTests(testlib.TestCase): except KeyError: continue not_tested -= self.PORTED - if PY3K: - not_tested.remove('W0403') # relative-import self.assertFalse(not_tested) |