diff --git a/tests/test_pylint_runners.py b/tests/test_pylint_runners.py index c8da2d6c18..8e68f8eaa1 100644 --- a/tests/test_pylint_runners.py +++ b/tests/test_pylint_runners.py @@ -60,7 +60,7 @@ def test_runner_with_arguments(runner: _RunCallable, tmpdir: LocalPath) -> None: def test_pylint_argument_deduplication( - tmpdir: LocalPath, tests_directory: Path + tmpdir: LocalPath, tests_directory: pathlib.Path ) -> None: """Check that the Pylint runner does not over-report on duplicate arguments.