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