We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 175a96e commit a70f834Copy full SHA for a70f834
1 file changed
Lib/test/_test_multiprocessing.py
@@ -5536,11 +5536,6 @@ def test_invalid_family(self):
5536
with self.assertRaises(ValueError):
5537
multiprocessing.connection.Listener(r'\\.\test')
5538
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
-
5544
#
5545
# Issue 12098: check sys.flags of child matches that for parent
5546
0 commit comments