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.
2 parents c6ca45a + 92b33c9 commit 091a2a9Copy full SHA for 091a2a9
1 file changed
Lib/test/test_tempfile.py
@@ -1594,6 +1594,7 @@ def test_unexpected_error(self):
1594
mock_close.assert_called()
1595
self.assertEqual(os.listdir(dir), [])
1596
1597
+ @os_helper.skip_unless_hardlink
1598
@unittest.skipUnless(tempfile._O_TMPFILE_WORKS, 'need os.O_TMPFILE')
1599
@unittest.skipUnless(os.path.exists('/proc/self/fd'),
1600
'need /proc/self/fd')
0 commit comments