]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-140210: Make test_sysconfig.test_parse_makefile_renamed_vars ignore environment...
authorMiro Hrončok <miro@hroncok.cz>
Thu, 27 Nov 2025 18:00:02 +0000 (19:00 +0100)
committerGitHub <noreply@github.com>
Thu, 27 Nov 2025 18:00:02 +0000 (10:00 -0800)
commit69f54ce4523174860a92271e3cec5c498f89627f
treeb22d15a9dfcf1ca0a36f46c4de772ebfb70c736b
parente02801dc375e11b37361dbb863bf03487a88a28b
gh-140210: Make test_sysconfig.test_parse_makefile_renamed_vars ignore environment variables (#140213)

The test did not expect it could be run with e.g. CFLAGS set to a custom value.
Lib/test/test_sysconfig.py
Misc/NEWS.d/next/Tests/2025-10-16-15-08-58.gh-issue-140210.P9vUP8.rst [new file with mode: 0644]