Sync from SUSE:SLFO:Main python-pyenchant revision 4e50294d1424517e056a63574e4da864

This commit is contained in:
Adrian Schröter 2025-02-26 11:49:31 +01:00
parent 61054dfb18
commit 99fcda2be1
2 changed files with 8 additions and 1 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Wed Nov 6 10:39:46 UTC 2024 - Markéta Machová <mmachova@suse.com>
- Skip two tests failing with new enchant
* https://github.com/pyenchant/pyenchant/issues/313
------------------------------------------------------------------- -------------------------------------------------------------------
Mon Mar 11 17:11:43 UTC 2024 - Daniel Garcia <daniel.garcia@suse.com> Mon Mar 11 17:11:43 UTC 2024 - Daniel Garcia <daniel.garcia@suse.com>

View File

@ -72,7 +72,8 @@ ignore=""
# bsc#1221034 # bsc#1221034
ignore="--ignore tests/test_multiprocessing.py" ignore="--ignore tests/test_multiprocessing.py"
%endif %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} %files %{python_files}
%license LICENSE.txt %license LICENSE.txt