Accepting request 1221726 from devel:languages:python

OBS-URL: https://build.opensuse.org/request/show/1221726
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pyenchant?expand=0&rev=23
This commit is contained in:
Ana Guerrero 2024-11-07 15:23:50 +00:00 committed by Git OBS Bridge
commit 8c9f27ce02
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>

View File

@ -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