Skip to content

Commit 94dc7bb

Browse files
Apply suggestions from code review
Co-authored-by: Jim Fasarakis-Hilliard <d.f.hilliard@gmail.com>
1 parent cde5527 commit 94dc7bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Lib/test/test_cmd_line_script.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -776,7 +776,7 @@ def test_nonexisting_script(self):
776776
@unittest.skipIf(sys.platform.startswith("freebsd") and
777777
os.stat("/dev").st_dev == os.stat("/dev/fd").st_dev,
778778
"Requires fdescfs mounted on /dev/fd on FreeBSD")
779-
@unittest.skipIf(sys.platform.startswith("darwin"), "Problems with Mac os descriptor")
779+
@unittest.skipIf(sys.platform.startswith("darwin"), "TODO: RUSTPYTHON Problems with Mac os descriptor")
780780
def test_script_as_dev_fd(self):
781781
# GH-87235: On macOS passing a non-trivial script to /dev/fd/N can cause
782782
# problems because all open /dev/fd/N file descriptors share the same

0 commit comments

Comments
 (0)