]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.14] gh-127146: Allow ignored keys to be missing in test_sysconfig (GH-135622)...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Wed, 18 Jun 2025 03:17:22 +0000 (05:17 +0200)
committerGitHub <noreply@github.com>
Wed, 18 Jun 2025 03:17:22 +0000 (03:17 +0000)
commit77e2ac14c626ff64ee90e73ac29dc2a60786335e
tree7d16d0584a9686145428fcbbd0d722e54dac4c5b
parent2c29ee835a28484e47f67b360dc7bd1e0aee1ec7
[3.14] gh-127146: Allow ignored keys to be missing in test_sysconfig (GH-135622) (#135650)

Fixes the test on Emscripten where userbase can be missing.
(cherry picked from commit 28c71ee4b2eb66983b78018896ca56892580816a)

Co-authored-by: Hood Chatham <roberthoodchatham@gmail.com>
Lib/test/test_sysconfig.py