Skip to content

Commit a70f834

Browse files
committed
Fix test in mp module
1 parent 175a96e commit a70f834

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

Lib/test/_test_multiprocessing.py

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5536,11 +5536,6 @@ def test_invalid_family(self):
55365536
with self.assertRaises(ValueError):
55375537
multiprocessing.connection.Listener(r'\\.\test')
55385538

5539-
@unittest.skipUnless(WIN32, "skipped on non-Windows platforms")
5540-
def test_invalid_family_win32(self):
5541-
with self.assertRaises(ValueError):
5542-
multiprocessing.connection.Listener('/var/test.pipe')
5543-
55445539
#
55455540
# Issue 12098: check sys.flags of child matches that for parent
55465541
#

0 commit comments

Comments
 (0)