mirror of
https://github.com/python/cpython.git
synced 2025-11-08 09:32:01 +00:00
gh-90473: Make chmod a dummy on WASI, skip chmod tests (GH-93534) (GH-93550)
WASI does not have the ``chmod(2)`` syscall yet.
(cherry picked from commit 22fed605e0)
Co-authored-by: Christian Heimes <christian@python.org>
This commit is contained in:
parent
986ce4e613
commit
6787a8f146
20 changed files with 81 additions and 5 deletions
|
|
@ -933,6 +933,7 @@ 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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue