Skip to content

Commit fcd62b5

Browse files
freakboy3742zware
andauthored
Backport cleanup from pythonGH-139267
Co-authored-by: Zachary Ware <[email protected]>
1 parent c2a1c4e commit fcd62b5

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Lib/test/test_pydoc/test_pydoc.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1299,7 +1299,6 @@ def test_apropos_with_unreadable_dir(self):
12991299
self.assertEqual(out.getvalue(), '')
13001300
self.assertEqual(err.getvalue(), '')
13011301

1302-
@os_helper.skip_unless_working_chmod
13031302
def test_apropos_empty_doc(self):
13041303
pkgdir = os.path.join(TESTFN, 'walkpkg')
13051304
os.mkdir(pkgdir)

0 commit comments

Comments
 (0)