We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 536da88 commit 2d7ec43Copy full SHA for 2d7ec43
Lib/test/test_posix.py
@@ -1513,7 +1513,6 @@ def test_unlink_dir_fd(self):
1513
self.addCleanup(posix.unlink, fullname)
1514
raise
1515
1516
- @unittest.skip("TODO: RUSTPYTHON; no os.mkfifo")
1517
@unittest.skipUnless(hasattr(os, 'mkfifo') and os.mkfifo in os.supports_dir_fd, "test needs dir_fd support in os.mkfifo()")
1518
def test_mkfifo_dir_fd(self):
1519
with self.prepare() as (dir_fd, name, fullname):
0 commit comments