]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-127146: Allow ignored keys to be missing in test_sysconfig (#135622)
authorHood Chatham <roberthoodchatham@gmail.com>
Wed, 18 Jun 2025 02:51:46 +0000 (19:51 -0700)
committerGitHub <noreply@github.com>
Wed, 18 Jun 2025 02:51:46 +0000 (10:51 +0800)
commit28c71ee4b2eb66983b78018896ca56892580816a
tree6c55e6208628d8b48cfdad50ffbca4dececec79e
parent711700259135b5f9e21c56b199f4ebc0048b18b4
gh-127146: Allow ignored keys to be missing in test_sysconfig (#135622)

Fixes the test on Emscripten where userbase can be missing.
Lib/test/test_sysconfig.py