]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.12] GH-124108: Skip test_locale.test_strcoll_with_diacritic() on NetBSD (GH-124110...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Mon, 16 Sep 2024 23:28:51 +0000 (01:28 +0200)
committerGitHub <noreply@github.com>
Mon, 16 Sep 2024 23:28:51 +0000 (23:28 +0000)
commit2f9dc65e121df86cf5fd25f7830ab7dea129e60f
tree92616f00b72a311db9b7d3de8f2f9aa7d26d5935
parent446203e122136a65cf40634eda78b5f0a8c1f05c
[3.12] GH-124108: Skip test_locale.test_strcoll_with_diacritic() on NetBSD (GH-124110) (#124147)

GH-124108: Skip test_locale.test_strcoll_with_diacritic() on NetBSD (GH-124110)

Skip test_strcoll_with_diacritic() and test_strxfrm_with_diacritic()
of test_locale on NetBSD due to lack of UTF-8 LC_COLLATE
support.
(cherry picked from commit 10de3600a908f96d1c43dac85ef867991d54708e)

Co-authored-by: Furkan Onder <furkanonder@protonmail.com>
Lib/test/test_locale.py