Skip to content

Commit

Permalink
Merge branch 'bug-fix-10651-syspathinsert-not-passing-to-pytester-sub…
Browse files Browse the repository at this point in the history
…process' of https://github.com/Oreldm/pytest into bug-fix-10651-syspathinsert-not-passing-to-pytester-subprocess
  • Loading branch information
Oreldm committed Sep 13, 2024
2 parents 30f2ba7 + 6b468fe commit 7f10717
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/_pytest/pytester.py
Original file line number Diff line number Diff line change
Expand Up @@ -1427,7 +1427,7 @@ def run(
stdout=f1,
stderr=f2,
close_fds=(sys.platform != "win32"),
env=env
env=env,
)
if popen.stdin is not None:
popen.stdin.close()
Expand Down

0 comments on commit 7f10717

Please sign in to comment.