From 99fcda2be1e3c291a117ba22a2e393d9743bfd6d6e09042b04bc66f3496fa572 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adrian=20Schr=C3=B6ter?= Date: Wed, 26 Feb 2025 11:49:31 +0100 Subject: [PATCH] Sync from SUSE:SLFO:Main python-pyenchant revision 4e50294d1424517e056a63574e4da864 --- python-pyenchant.changes | 6 ++++++ python-pyenchant.spec | 3 ++- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/python-pyenchant.changes b/python-pyenchant.changes index 9fa45dd..38da030 100644 --- a/python-pyenchant.changes +++ b/python-pyenchant.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Wed Nov 6 10:39:46 UTC 2024 - Markéta Machová + +- Skip two tests failing with new enchant + * https://github.com/pyenchant/pyenchant/issues/313 + ------------------------------------------------------------------- Mon Mar 11 17:11:43 UTC 2024 - Daniel Garcia diff --git a/python-pyenchant.spec b/python-pyenchant.spec index 0d8d6d9..cab024c 100644 --- a/python-pyenchant.spec +++ b/python-pyenchant.spec @@ -72,7 +72,8 @@ ignore="" # bsc#1221034 ignore="--ignore tests/test_multiprocessing.py" %endif -%pytest $ignore +# two tests fail with enchant 2.5.0+, upstream is almost dead https://github.com/pyenchant/pyenchant/issues/313 +%pytest $ignore -k "not (pwl and (test_suggestions or test_dwpwl))" %files %{python_files} %license LICENSE.txt