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

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]