We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 415fac8 commit 536da88Copy full SHA for 536da88
Lib/test/test_posix.py
@@ -1514,7 +1514,7 @@ def test_unlink_dir_fd(self):
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()")
+ @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):
1520
try:
0 commit comments