Skip to content

Commit 2d7ec43

Browse files
Masorubka1fanninpm
andauthored
Update Lib/test/test_posix.py
Co-authored-by: fanninpm <fanninpm@miamioh.edu>
1 parent 536da88 commit 2d7ec43

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Lib/test/test_posix.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1513,7 +1513,6 @@ def test_unlink_dir_fd(self):
15131513
self.addCleanup(posix.unlink, fullname)
15141514
raise
15151515

1516-
@unittest.skip("TODO: RUSTPYTHON; no os.mkfifo")
15171516
@unittest.skipUnless(hasattr(os, 'mkfifo') and os.mkfifo in os.supports_dir_fd, "test needs dir_fd support in os.mkfifo()")
15181517
def test_mkfifo_dir_fd(self):
15191518
with self.prepare() as (dir_fd, name, fullname):

0 commit comments

Comments
 (0)