]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-104472: Skip `test_subprocess.ProcessTestCase.test_empty_env` if ASAN is enabled...
authorchgnrdv <52372310+chgnrdv@users.noreply.github.com>
Fri, 19 May 2023 19:25:51 +0000 (22:25 +0300)
committerGitHub <noreply@github.com>
Fri, 19 May 2023 19:25:51 +0000 (19:25 +0000)
commitc3f43bfb4bec39ff8f2c36d861a3c3a243bcb3af
treeaf36a68c8f7bc8a2dce1be3c4478aad67783a99b
parent625887e6df5dbebe48be172b424ba519e2ba2ddc
gh-104472: Skip `test_subprocess.ProcessTestCase.test_empty_env` if ASAN is enabled (#104667)

Skip test_subprocess.ProcessTestCase.test_empty_env if ASAN is enabled.
Lib/test/test_subprocess.py