gh-136744: Remove a redundant test skip (#139267)

Remove a redundant test skip.
This commit is contained in:
Russell Keith-Magee 2025-09-23 17:56:14 +01:00 committed by GitHub
parent dd45179fa0
commit a79ce35c70
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1299,7 +1299,6 @@ def test_apropos_with_unreadable_dir(self):
self.assertEqual(out.getvalue(), '')
self.assertEqual(err.getvalue(), '')
@os_helper.skip_unless_working_chmod
def test_apropos_empty_doc(self):
pkgdir = os.path.join(TESTFN, 'walkpkg')
os.mkdir(pkgdir)