summaryrefslogtreecommitdiff
path: root/dev-python/pyicu/files/pyicu-2.4.2-testLocaleMatcher_pytest_old_icu.patch
diff options
context:
space:
mode:
Diffstat (limited to 'dev-python/pyicu/files/pyicu-2.4.2-testLocaleMatcher_pytest_old_icu.patch')
-rw-r--r--dev-python/pyicu/files/pyicu-2.4.2-testLocaleMatcher_pytest_old_icu.patch17
1 files changed, 0 insertions, 17 deletions
diff --git a/dev-python/pyicu/files/pyicu-2.4.2-testLocaleMatcher_pytest_old_icu.patch b/dev-python/pyicu/files/pyicu-2.4.2-testLocaleMatcher_pytest_old_icu.patch
deleted file mode 100644
index ab1fed8dc7f1..000000000000
--- a/dev-python/pyicu/files/pyicu-2.4.2-testLocaleMatcher_pytest_old_icu.patch
+++ /dev/null
@@ -1,17 +0,0 @@
---- 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):