Skip to content

Commit bb4335d

Browse files
committed
Try not closing fds in Pytester.run subprocess
1 parent 2f623a1 commit bb4335d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/_pytest/pytester.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1422,7 +1422,6 @@ def run(
14221422
stdin=stdin,
14231423
stdout=f1,
14241424
stderr=f2,
1425-
close_fds=(sys.platform != "win32"),
14261425
)
14271426
if popen.stdin is not None:
14281427
popen.stdin.close()

0 commit comments

Comments
 (0)