]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-87868: Skip `test_one_environment_variable` in `test_subprocess` when the platform...
authorAN Long <aisk@users.noreply.github.com>
Wed, 10 Jan 2024 23:17:05 +0000 (07:17 +0800)
committerGitHub <noreply@github.com>
Wed, 10 Jan 2024 23:17:05 +0000 (15:17 -0800)
commitfafb3275f25e116e51ff0b867aec597cb3de840f
tree69129802c1dca20bcbcb62653092541bf7a53207
parent1d75fa43a25e5f3c33f2aaaec28fab9430834792
gh-87868: Skip `test_one_environment_variable` in `test_subprocess` when the platform or build cannot do that (#113867)

* improve the assert for test_one_environment_variable
* skip some test in test_subprocess when python is configured with shared
* also skip the test if AddressSanitizer is enabled

---------

Co-authored-by: Steve Dower <steve.dower@microsoft.com>
Lib/test/test_subprocess.py