Skip to content

Commit 04dc83f

Browse files
authored
Update Lib/test/_test_multiprocessing.py
1 parent ffc128a commit 04dc83f

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
@@ -6356,6 +6356,7 @@ def test_nested_startmethod(self):
63566356
# there is no synchronization in the test.
63576357
self.assertSetEqual(set(results), set([2, 1]))
63586358

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

0 commit comments

Comments
 (0)