summaryrefslogtreecommitdiff
path: root/tests/test_execfile.py
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2017-12-23 16:54:30 -0500
committerNed Batchelder <ned@nedbatchelder.com>2017-12-23 16:54:30 -0500
commitd8288282fcd54ec849b3345e564b8c3260d10bb5 (patch)
tree5877fe2021dad6fe134b686d2b66e440fd4d22eb /tests/test_execfile.py
parentabb1c6d955a8b90a3993e69ffbabe5244c609f2b (diff)
downloadpython-coveragepy-git-d8288282fcd54ec849b3345e564b8c3260d10bb5.tar.gz
Pylint 1.8.1, and fix its new warnings
Diffstat (limited to 'tests/test_execfile.py')
-rw-r--r--tests/test_execfile.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_execfile.py b/tests/test_execfile.py
index 032eaa29..693df71a 100644
--- a/tests/test_execfile.py
+++ b/tests/test_execfile.py
@@ -101,7 +101,7 @@ class RunFileTest(CoverageTest):
class RunPycFileTest(CoverageTest):
"""Test cases for `run_python_file`."""
- def make_pyc(self):
+ def make_pyc(self): # pylint: disable=inconsistent-return-statements
"""Create a .pyc file, and return the relative path to it."""
if env.JYTHON:
self.skipTest("Can't make .pyc files on Jython")