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
4 changes: 2 additions & 2 deletions src/_pytest/pathlib.py
Original file line number Diff line number Diff line change
Expand Up @@ -109,9 +109,9 @@ def _force_symlink(root, target, link_to):
"""helper to create the current symlink

it's full of race conditions that are reasonably ok to ignore
for the context of best effort linking to the latest testrun
for the context of best effort linking to the latest test run

the presumption being thatin case of much parallelism
the presumption being that in case of much parallelism
the inaccuracy is going to be acceptable
"""
current_symlink = root.joinpath(target)
Expand Down