diff options
Diffstat (limited to 'tests/test_process.py')
-rw-r--r-- | tests/test_process.py | 2 |
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") |