summaryrefslogtreecommitdiff
path: root/pylint/testutils.py
diff options
context:
space:
mode:
authorClaudiu Popa <cpopa@cloudbasesolutions.com>2015-03-26 16:45:52 +0200
committerClaudiu Popa <cpopa@cloudbasesolutions.com>2015-03-26 16:45:52 +0200
commit8bc29e8aa88b13b4c64e8d83968c8c21320d5757 (patch)
tree3d48354c14549388dfe47e7c0fb94f31cf07e2f8 /pylint/testutils.py
parent65d557e7c1f5e7b224621b6c18aa930b891b8da4 (diff)
downloadpylint-8bc29e8aa88b13b4c64e8d83968c8c21320d5757.tar.gz
Try to make the tests compatible with both Python 2 and Python 3.
Diffstat (limited to 'pylint/testutils.py')
-rw-r--r--pylint/testutils.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/pylint/testutils.py b/pylint/testutils.py
index 2ea440d..f53d945 100644
--- a/pylint/testutils.py
+++ b/pylint/testutils.py
@@ -228,7 +228,6 @@ linter = PyLinter()
linter.set_reporter(test_reporter)
linter.config.persistent = 0
checkers.initialize(linter)
-linter.global_set_option('required-attributes', ('__revision__',))
if linesep != '\n':
LINE_RGX = re.compile(linesep)