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 5b83afe commit db40615Copy full SHA for db40615
Lib/test/test_tempfile.py
@@ -1654,7 +1654,6 @@ def test_cleanup_with_symlink_to_a_directory(self):
1654
1655
@os_helper.skip_unless_symlink
1656
@os_helper.skip_unless_working_chmod
1657
- @unittest.skipUnless(os.chmod in os.supports_follow_symlinks, 'needs chmod follow_symlinks support')
1658
def test_cleanup_with_error_deleting_symlink(self):
1659
# cleanup() should not follow symlinks when fixing mode bits etc. (#91133)
1660
d1 = self.do_create()
0 commit comments