Skip to content

Commit 570fceb

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

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Lib/test/_test_multiprocessing.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6356,7 +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")
6359+
@unittest.skipIf(os.name == "nt", "requires POSIX")
63606360
@support.subTests("mode", [
63616361
os.R_OK, # read-only directory
63626362
os.R_OK | os.X_OK, # read-only directory

0 commit comments

Comments
 (0)