Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion pytest_mypy_plugins/item.py
Original file line number Diff line number Diff line change
Expand Up @@ -406,7 +406,7 @@ def runtest(self) -> None:
):
self.execute_extension_hook()

execution_path = Path(temp_dir.name)
execution_path = Path(temp_dir.name).absolute()
with utils.cd(execution_path):
mypy_executor = MypyExecutor(
same_process=self.same_process,
Expand Down