Skip to content
Merged
Prev Previous commit
a comment
  • Loading branch information
neonene committed Jun 16, 2022
commit 7636f73d77ee16e52f7b3fbeaabc0d2e7dd832b5
1 change: 1 addition & 0 deletions Lib/test/test_embed.py
Original file line number Diff line number Diff line change
Expand Up @@ -1339,6 +1339,7 @@ def test_init_is_python_build_with_home(self):
'pythonpath_env': paths_str,
'stdlib_dir': stdlib,
}
# The code above is taken from test_init_setpythonhome()
env = {'TESTHOME': home, 'PYTHONPATH': paths_str}

env['NEGATIVE_ISPYTHONBUILD'] = '1'
Expand Down