Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions Lib/test/test_netrc.py
Original file line number Diff line number Diff line change
Expand Up @@ -273,6 +273,7 @@ def test_security_on_WASI(self):

@unittest.skipUnless(os.name == 'posix', 'POSIX only test')
@unittest.skipUnless(hasattr(os, 'getuid'), "os.getuid is required")
@unittest.skipIf(support.is_emscripten, "Doesn't work")
@os_helper.skip_unless_working_chmod
def test_security(self):
# This test is incomplete since we are normally not run as root and
Expand Down
Loading