mirror of
https://github.com/python/cpython.git
synced 2025-08-02 16:13:13 +00:00
gh-84461: Skip test_unwritable_directory again on Emscripten (GH-94007)
GH-93992 removed geteuid() and enabled the test again on Emscripten.
This commit is contained in:
parent
2702e408fd
commit
62363bfe59
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)")
|
"due to varying filesystem permission semantics (issue #11956)")
|
||||||
@skip_if_dont_write_bytecode
|
@skip_if_dont_write_bytecode
|
||||||
@os_helper.skip_unless_working_chmod
|
@os_helper.skip_unless_working_chmod
|
||||||
|
@unittest.skipIf(is_emscripten, "umask is a stub")
|
||||||
def test_unwritable_directory(self):
|
def test_unwritable_directory(self):
|
||||||
# When the umask causes the new __pycache__ directory to be
|
# When the umask causes the new __pycache__ directory to be
|
||||||
# unwritable, the import still succeeds but no .pyc file is written.
|
# unwritable, the import still succeeds but no .pyc file is written.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue