]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.13] GH-124108: Skip test_locale.test_strcoll_with_diacritic() on NetBSD (GH-124110...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Mon, 23 Sep 2024 23:37:06 +0000 (01:37 +0200)
committerGitHub <noreply@github.com>
Mon, 23 Sep 2024 23:37:06 +0000 (16:37 -0700)
commit3b203033d80d06c4447595e039dd3419d2d89002
treefa385d6452d1c06ff9725a0f47158b06e8c0acaa
parent74edb7d9bc4ab398d1677a7503b56cfbb2e2719b
[3.13] GH-124108: Skip test_locale.test_strcoll_with_diacritic() on NetBSD (GH-124110) (#124146)

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