bpo-32942: Fix environment dependent test_script_helper by LorenzMende · Pull Request #8034 · python/cpython

@LorenzMende

result of function interpreter_requires_environment depends on os.environ - this was not covered by the tests, leading to fail in some environments

terryjreedy

vstinner

@LorenzMende

miss-islington pushed a commit to miss-islington/cpython that referenced this pull request

Jul 4, 2018
Result of function interpreter_requires_environment() depends on os.environ.
This was not covered by the tests, leading to fail when PYTHONHOME was set.
(cherry picked from commit a390cb6)

Co-authored-by: Lorenz Mende <Lorenz.mende@gmail.com>

miss-islington pushed a commit to miss-islington/cpython that referenced this pull request

Jul 4, 2018
Result of function interpreter_requires_environment() depends on os.environ.
This was not covered by the tests, leading to fail when PYTHONHOME was set.
(cherry picked from commit a390cb6)

Co-authored-by: Lorenz Mende <Lorenz.mende@gmail.com>

miss-islington added a commit that referenced this pull request

Jul 4, 2018
Result of function interpreter_requires_environment() depends on os.environ.
This was not covered by the tests, leading to fail when PYTHONHOME was set.
(cherry picked from commit a390cb6)

Co-authored-by: Lorenz Mende <Lorenz.mende@gmail.com>

miss-islington added a commit that referenced this pull request

Jul 4, 2018
Result of function interpreter_requires_environment() depends on os.environ.
This was not covered by the tests, leading to fail when PYTHONHOME was set.
(cherry picked from commit a390cb6)

Co-authored-by: Lorenz Mende <Lorenz.mende@gmail.com>