summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_pydoc/test_pydoc.py
diff options
context:
space:
mode:
authorHood Chatham <roberthoodchatham@gmail.com>2024-12-17 07:48:23 (GMT)
committerGitHub <noreply@github.com>2024-12-17 07:48:23 (GMT)
commit1183e4ce2f7c07aeeff7c757ec749ef5af9d4415 (patch)
tree23780af57549fd119475060bb2f800b021eea86e /Lib/test/test_pydoc/test_pydoc.py
parentcfeaa992ba9bad9be2687afcafd85156703d74e8 (diff)
downloadcpython-1183e4ce2f7c07aeeff7c757ec749ef5af9d4415.zip
cpython-1183e4ce2f7c07aeeff7c757ec749ef5af9d4415.tar.gz
cpython-1183e4ce2f7c07aeeff7c757ec749ef5af9d4415.tar.bz2
gh-127146: Emscripten clean up test suite (#127984)
Removed test skips that are no longer required as a result of Emscripten updates.
Diffstat (limited to 'Lib/test/test_pydoc/test_pydoc.py')
-rw-r--r--Lib/test/test_pydoc/test_pydoc.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/Lib/test/test_pydoc/test_pydoc.py b/Lib/test/test_pydoc/test_pydoc.py
index 2a4d3ab..3283fde 100644
--- a/Lib/test/test_pydoc/test_pydoc.py
+++ b/Lib/test/test_pydoc/test_pydoc.py
@@ -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)