mirror of
https://github.com/python/cpython.git
synced 2025-09-28 03:13:48 +00:00
gh-84461: Skip test_unwritable_directory again on Emscripten (GH-94007)
GH-93992 removed geteuid() and enabled the test again on Emscripten.
(cherry picked from commit 62363bfe59
)
Co-authored-by: Christian Heimes <christian@python.org>
This commit is contained in:
parent
8b068c4b0c
commit
05f3367b16
1 changed files with 1 additions and 0 deletions
|
@ -889,6 +889,7 @@ class PycacheTests(unittest.TestCase):
|
|||
"due to varying filesystem permission semantics (issue #11956)")
|
||||
@skip_if_dont_write_bytecode
|
||||
@os_helper.skip_unless_working_chmod
|
||||
@unittest.skipIf(is_emscripten, "umask is a stub")
|
||||
def test_unwritable_directory(self):
|
||||
# When the umask causes the new __pycache__ directory to be
|
||||
# unwritable, the import still succeeds but no .pyc file is written.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue