Skip to content

Commit 4dd8f0b

Browse files
authored
gh-155717: skip TMPDIR writeability test if process user is root (#155891)
1 parent b2c2993 commit 4dd8f0b

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

Lib/test/_test_multiprocessing.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6357,6 +6357,7 @@ def test_nested_startmethod(self):
63576357
self.assertSetEqual(set(results), set([2, 1]))
63586358

63596359
@unittest.skipIf(os.name == "nt", "requires POSIX")
6360+
@support.requires_non_root_user
63606361
@support.subTests("mode", [
63616362
os.R_OK, # read-only directory
63626363
os.R_OK | os.X_OK, # read-only directory

0 commit comments

Comments
 (0)