From f3338803b7b8b4cda34270c4fbf951ad74913980 Mon Sep 17 00:00:00 2001 From: Ned Batchelder Date: Fri, 26 Feb 2021 12:01:45 -0500 Subject: build: update to latest pylint --- tests/test_process.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/test_process.py') diff --git a/tests/test_process.py b/tests/test_process.py index 01fd1eb8..9f07b9cc 100644 --- a/tests/test_process.py +++ b/tests/test_process.py @@ -1495,7 +1495,7 @@ class ProcessStartupTest(ProcessCoverageMixin, CoverageTest): data_file = .mycovdata """) self.set_environ("COVERAGE_PROCESS_START", "coverage.ini") - import main # pylint: disable=unused-import + import main # pylint: disable=unused-import, import-error with open("out.txt") as f: assert f.read() == "Hello, world!\n" -- cgit v1.2.1