summaryrefslogtreecommitdiff
path: root/test/test_func.py
diff options
context:
space:
mode:
authorClaudiu Popa <pcmanticore@gmail.com>2014-07-25 18:14:11 +0200
committerClaudiu Popa <pcmanticore@gmail.com>2014-07-25 18:14:11 +0200
commit585ca0b785e85c3f25f38f0511fb21246b35ec2a (patch)
treec929398325398a0a9ff322ec81d4c97717f695a3 /test/test_func.py
parent11698d722c469b70308aab0fc3fde5a651b0eb9c (diff)
parentd8dd92949f5ec8263dfffcfd102c09fd927e2628 (diff)
downloadpylint-585ca0b785e85c3f25f38f0511fb21246b35ec2a.tar.gz
Merged logilab/pylint into default
Diffstat (limited to 'test/test_func.py')
-rw-r--r--test/test_func.py2
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)