You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/dev-python/pyicu/files/pyicu-2.4.2-testLocaleMatch...

18 lines
489 B

--- a/test/test_LocaleMatcher.py
+++ b/test/test_LocaleMatcher.py
@@ -21,11 +21,13 @@
# DEALINGS IN THE SOFTWARE.
# ====================================================================
-import sys, os, six
+import sys, os, six, pytest
from unittest import TestCase, main
from icu import *
+@pytest.mark.skipif(ICU_VERSION < '65.0',
+ reason='ICU too old for LocaleMatcher support')
class TestLocaleMatcher(TestCase):
def testSetSupportedLocales(self):