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 e44213e commit 0436076Copy full SHA for 0436076
Lib/test/test_repl.py
@@ -303,7 +303,7 @@ def test_asyncio_repl_reaches_python_startup_script(self):
303
env = os.environ.copy()
304
env["PYTHON_HISTORY"] = os.path.join(tmpdir, ".asyncio_history")
305
env["PYTHONSTARTUP"] = script
306
- p = spawn_asyncio_repl(env=env)
+ p = spawn_asyncio_repl(isolated=False, env=env)
307
output = kill_python(p)
308
self.assertEqual(p.returncode, 0)
309
self.assertIn("pythonstartup done!", output)
0 commit comments