Thanks to visit codestin.com Credit goes to github.com
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 92f392a commit 92b33c9Copy full SHA for 92b33c9
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