Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2702e40 commit 62363bfCopy full SHA for 62363bf
Lib/test/test_import/__init__.py
@@ -889,6 +889,7 @@ def test_import_pyc_path(self):
889
"due to varying filesystem permission semantics (issue #11956)")
890
@skip_if_dont_write_bytecode
891
@os_helper.skip_unless_working_chmod
892
+ @unittest.skipIf(is_emscripten, "umask is a stub")
893
def test_unwritable_directory(self):
894
# When the umask causes the new __pycache__ directory to be
895
# unwritable, the import still succeeds but no .pyc file is written.
0 commit comments