summaryrefslogtreecommitdiff
path: root/tests/test_process.py
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2019-05-12 16:29:13 -0400
committerNed Batchelder <ned@nedbatchelder.com>2019-05-13 08:34:15 -0400
commitd61d50fbabf810f8415bb9c3fe9d543ace019b66 (patch)
treedb21b4eee32de7e3156cbd20252298a332b237a1 /tests/test_process.py
parent672ae3ff45cac34731170dc5b5996b96b9ef6288 (diff)
downloadpython-coveragepy-git-d61d50fbabf810f8415bb9c3fe9d543ace019b66.tar.gz
Use pylint 2.x
Diffstat (limited to 'tests/test_process.py')
-rw-r--r--tests/test_process.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_process.py b/tests/test_process.py
index 6d8133cd..0979cc2c 100644
--- a/tests/test_process.py
+++ b/tests/test_process.py
@@ -1378,7 +1378,7 @@ class ProcessStartupTest(ProcessCoverageMixin, CoverageTest):
data_file = .mycovdata
""")
self.set_environ("COVERAGE_PROCESS_START", "coverage.ini")
- import main # pylint: disable=import-error, unused-variable
+ import main # pylint: disable=unused-import
with open("out.txt") as f:
self.assertEqual(f.read(), "Hello, world!\n")