mirror of
https://github.com/python/cpython.git
synced 2025-08-31 22:18:28 +00:00
gh-127146: Emscripten clean up test suite (#127984)
Removed test skips that are no longer required as a result of Emscripten updates.
This commit is contained in:
parent
cfeaa992ba
commit
1183e4ce2f
12 changed files with 19 additions and 82 deletions
|
@ -1224,7 +1224,6 @@ class PydocImportTest(PydocBaseTest):
|
|||
self.assertEqual(err.getvalue(), '')
|
||||
|
||||
@os_helper.skip_unless_working_chmod
|
||||
@unittest.skipIf(is_emscripten, "cannot remove x bit")
|
||||
def test_apropos_empty_doc(self):
|
||||
pkgdir = os.path.join(TESTFN, 'walkpkg')
|
||||
os.mkdir(pkgdir)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue