There was an error while loading. Please reload this page.
1 parent 5854cf3 commit 38235cfCopy full SHA for 38235cf
1 file changed
Lib/test/test_pydoc/test_pydoc.py
@@ -1299,7 +1299,6 @@ def test_apropos_with_unreadable_dir(self):
1299
self.assertEqual(out.getvalue(), '')
1300
self.assertEqual(err.getvalue(), '')
1301
1302
- @os_helper.skip_unless_working_chmod
1303
def test_apropos_empty_doc(self):
1304
pkgdir = os.path.join(TESTFN, 'walkpkg')
1305
os.mkdir(pkgdir)
0 commit comments