diff --git a/Lib/test/test_tempfile.py b/Lib/test/test_tempfile.py index 58cdcb1a2a06da..16a52e2a67d815 100644 --- a/Lib/test/test_tempfile.py +++ b/Lib/test/test_tempfile.py @@ -1654,7 +1654,6 @@ def test_cleanup_with_symlink_to_a_directory(self): @os_helper.skip_unless_symlink @os_helper.skip_unless_working_chmod - @unittest.skipUnless(os.chmod in os.supports_follow_symlinks, 'needs chmod follow_symlinks support') def test_cleanup_with_error_deleting_symlink(self): # cleanup() should not follow symlinks when fixing mode bits etc. (#91133) d1 = self.do_create()