]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-37945: Fix test_locale.test_getsetlocale_issue1813() (GH-25110) (GH-25113)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Wed, 31 Mar 2021 11:52:31 +0000 (04:52 -0700)
committerGitHub <noreply@github.com>
Wed, 31 Mar 2021 11:52:31 +0000 (13:52 +0200)
commite143eea4b56ac7ae611e5bcc41eedbc572aa41c3
treeebf29351fa5350a7b6c3e58a201ab6321780273b
parente92923b028024290a0e621b6b90e3221767d14d4
bpo-37945: Fix test_locale.test_getsetlocale_issue1813() (GH-25110) (GH-25113)

Skip the test if setlocale() fails.
(cherry picked from commit f3ab670fea75ebe177e3412a5ebe39263cd428e3)

Co-authored-by: Victor Stinner <vstinner@python.org>
Lib/test/test_locale.py
Misc/NEWS.d/next/Tests/2021-03-31-11-38-42.bpo-37945.HTUYhv.rst [new file with mode: 0644]