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
commit190462bacba2d6b9582a86109d09ff885cb57cce (patch)
treef8684d779132a28e91590de7253397dc731a828c /pylint/testutils.py
parent77b43a1aa55821abcec04ac8acf87d30a39663df (diff)
downloadpylint-git-190462bacba2d6b9582a86109d09ff885cb57cce.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 2ea440d69..f53d945d2 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)