summaryrefslogtreecommitdiff
path: root/test/test_func.py
diff options
context:
space:
mode:
authorTorsten Marek <shlomme@gmail.com>2014-07-25 18:00:32 +0200
committerTorsten Marek <shlomme@gmail.com>2014-07-25 18:00:32 +0200
commita56491653817628ed5677dd4597de09331881b2c (patch)
tree57437a0d6abeadf06c88ad3f0bcee4e827cbd149 /test/test_func.py
parentc8cb305ddcfae15719ac73ffe50979217a7bd004 (diff)
downloadpylint-a56491653817628ed5677dd4597de09331881b2c.tar.gz
Mark 'relative-import' as only being present in Python 2.*.
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 51b6ba3..371c829 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)