mirror of
https://github.com/python/cpython.git
synced 2025-12-31 04:23:37 +00:00
gh-115538: Use isolate mode when running venv test_multiprocessing_recursion() (#117116)
Co-authored-by: Victor Stinner <vstinner@python.org>
This commit is contained in:
parent
743f2c68f4
commit
4ec347760f
1 changed files with 1 additions and 1 deletions
|
|
@ -531,7 +531,7 @@ def test_multiprocessing_recursion(self):
|
|||
rmtree(self.env_dir)
|
||||
self.run_with_capture(venv.create, self.env_dir)
|
||||
script = os.path.join(TEST_HOME_DIR, '_test_venv_multiprocessing.py')
|
||||
subprocess.check_call([self.envpy(real_env_dir=True), script])
|
||||
subprocess.check_call([self.envpy(real_env_dir=True), "-I", script])
|
||||
|
||||
@unittest.skipIf(os.name == 'nt', 'not relevant on Windows')
|
||||
def test_deactivate_with_strict_bash_opts(self):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue