]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
GH-124108: Skip test_locale.test_strcoll_with_diacritic() on NetBSD (#124110)
authorFurkan Onder <furkanonder@protonmail.com>
Mon, 16 Sep 2024 23:00:36 +0000 (02:00 +0300)
committerGitHub <noreply@github.com>
Mon, 16 Sep 2024 23:00:36 +0000 (23:00 +0000)
commit10de3600a908f96d1c43dac85ef867991d54708e
treed38bef2e41004779bc5ce7a143e724dd303d02a2
parenta9c2bc16349c2be3005f97249f3ae9699988f218
GH-124108: Skip test_locale.test_strcoll_with_diacritic() on NetBSD (#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.
Lib/test/test_locale.py