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:
commit
8c9f27ce02
@ -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>
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user