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 0b95ba0 commit 5e66cf7Copy full SHA for 5e66cf7
Lib/test/test_venv.py
@@ -494,7 +494,7 @@ def test_multiprocessing_recursion(self):
494
envpy = os.path.join(os.path.realpath(self.env_dir),
495
self.bindir, self.exe)
496
script = os.path.join(TEST_HOME_DIR, '_test_venv_multiprocessing.py')
497
- subprocess.check_call([envpy, script])
+ subprocess.check_call([envpy, "-I", script])
498
499
@unittest.skipIf(os.name == 'nt', 'not relevant on Windows')
500
def test_deactivate_with_strict_bash_opts(self):
0 commit comments