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