Skip to content

Commit 9dff96c

Browse files
author
Aditya Mehra
committed
Merge branch 'fix/issue-13822-tmp-setup-detection' of https://github.com/addym/pytest into fix/issue-13822-tmp-setup-detection
2 parents e262704 + 98886a8 commit 9dff96c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/_pytest/config/findpaths.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -206,6 +206,7 @@ def _is_system_temp_or_parent(path: Path) -> bool:
206206
# If we can't resolve paths, play it safe and don't skip
207207
return False
208208

209+
209210
def determine_setup(
210211
*,
211212
inifile: str | None,

0 commit comments

Comments
 (0)