]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-37945: Fix test_locale.test_getsetlocale_issue1813() (#25110)
authorVictor Stinner <vstinner@python.org>
Wed, 31 Mar 2021 11:01:46 +0000 (13:01 +0200)
committerGitHub <noreply@github.com>
Wed, 31 Mar 2021 11:01:46 +0000 (13:01 +0200)
commitf3ab670fea75ebe177e3412a5ebe39263cd428e3
tree45943a7d336b17ad86384b7c54c059d0cb210853
parent027d2cf1e5e2512888340b4cd5d2f1b5a3e8af94
bpo-37945: Fix test_locale.test_getsetlocale_issue1813() (#25110)

Skip the test if setlocale() fails.
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]