bpo-32942: Fix environment dependent test_script_helper by LorenzMende · Pull Request #8034 · python/cpython
result of function interpreter_requires_environment depends on os.environ - this was not covered by the tests, leading to fail in some environments
miss-islington pushed a commit to miss-islington/cpython that referenced this pull request
Jul 4, 2018Result 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, 2018Result 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, 2018Result 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, 2018Result 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>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters