]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.11] gh-104472: Skip `test_subprocess.ProcessTestCase.test_empty_env` if ASAN is...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Fri, 19 May 2023 21:48:07 +0000 (14:48 -0700)
committerGitHub <noreply@github.com>
Fri, 19 May 2023 21:48:07 +0000 (21:48 +0000)
commit2801b3f8f753bae137a974f0de8aee946cb1fca6
tree777df3f87de939cc5666d25dd722c27aef0e8be7
parente5b6f38df4776b1a1a223040eb265d77ec6367d4
[3.11] gh-104472: Skip `test_subprocess.ProcessTestCase.test_empty_env` if ASAN is enabled (GH-104667) (#104673)

gh-104472: Skip `test_subprocess.ProcessTestCase.test_empty_env` if ASAN is enabled (GH-104667)

Skip test_subprocess.ProcessTestCase.test_empty_env if ASAN is enabled.
(cherry picked from commit c3f43bfb4bec39ff8f2c36d861a3c3a243bcb3af)

Co-authored-by: chgnrdv <52372310+chgnrdv@users.noreply.github.com>
Lib/test/test_subprocess.py