Skip to content

Commit

Permalink
gh-84461: Skip test_unwritable_directory again on Emscripten (GH-94007)
Browse files Browse the repository at this point in the history
GH-93992 removed geteuid() and enabled the test again on Emscripten.
(cherry picked from commit 62363bf)

Co-authored-by: Christian Heimes <christian@python.org>
  • Loading branch information
miss-islington and tiran committed Jun 19, 2022
1 parent 8b068c4 commit 05f3367
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Lib/test/test_import/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -889,6 +889,7 @@ def test_import_pyc_path(self):
"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.
Expand Down

0 comments on commit 05f3367

Please sign in to comment.