Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 13b0967

Browse filesBrowse files
tiranmiss-islington
authored andcommitted
pythongh-84461: Skip test_unwritable_directory again on Emscripten (pythonGH-94007)
pythonGH-93992 removed geteuid() and enabled the test again on Emscripten. (cherry picked from commit 62363bf) Co-authored-by: Christian Heimes <christian@python.org>
1 parent 1073184 commit 13b0967
Copy full SHA for 13b0967

File tree

Expand file treeCollapse file tree

1 file changed

+1
-0
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-0
lines changed

‎Lib/test/test_import/__init__.py

Copy file name to clipboardExpand all lines: Lib/test/test_import/__init__.py
+1Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -889,6 +889,7 @@ def test_import_pyc_path(self):
889889
"due to varying filesystem permission semantics (issue #11956)")
890890
@skip_if_dont_write_bytecode
891891
@os_helper.skip_unless_working_chmod
892+
@unittest.skipIf(is_emscripten, "umask is a stub")
892893
def test_unwritable_directory(self):
893894
# When the umask causes the new __pycache__ directory to be
894895
# unwritable, the import still succeeds but no .pyc file is written.

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.