There was an error while loading. Please reload this page.
1 parent 2c4c02f commit 2954550Copy full SHA for 2954550
Lib/test/test_cmd_line.py
@@ -369,6 +369,8 @@ def test_closed_stdout(self):
369
# Issue #7111: Python should work without standard streams
370
371
@unittest.skipIf(os.name != 'posix', "test needs POSIX semantics")
372
+ @unittest.skipIf(sys.platform == "vxworks",
373
+ "test needs preexec support in subprocess.Popen")
374
def _test_no_stdio(self, streams):
375
code = """if 1:
376
import os, sys
0 commit comments