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 | 585ca0b785e85c3f25f38f0511fb21246b35ec2a (patch) | |
tree | c929398325398a0a9ff322ec81d4c97717f695a3 /test/test_func.py | |
parent | 11698d722c469b70308aab0fc3fde5a651b0eb9c (diff) | |
parent | d8dd92949f5ec8263dfffcfd102c09fd927e2628 (diff) | |
download | pylint-585ca0b785e85c3f25f38f0511fb21246b35ec2a.tar.gz |
Merged logilab/pylint into default
Diffstat (limited to 'test/test_func.py')
-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 da34397..225efc8 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) |