Compare commits
1 Commits
Author | SHA256 | Date | |
---|---|---|---|
f8fe9806e6 |
@@ -1,9 +1,3 @@
|
|||||||
-------------------------------------------------------------------
|
|
||||||
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>
|
||||||
|
|
||||||
|
@@ -72,8 +72,7 @@ ignore=""
|
|||||||
# bsc#1221034
|
# bsc#1221034
|
||||||
ignore="--ignore tests/test_multiprocessing.py"
|
ignore="--ignore tests/test_multiprocessing.py"
|
||||||
%endif
|
%endif
|
||||||
# two tests fail with enchant 2.5.0+, upstream is almost dead https://github.com/pyenchant/pyenchant/issues/313
|
%pytest $ignore
|
||||||
%pytest $ignore -k "not (pwl and (test_suggestions or test_dwpwl))"
|
|
||||||
|
|
||||||
%files %{python_files}
|
%files %{python_files}
|
||||||
%license LICENSE.txt
|
%license LICENSE.txt
|
||||||
|
Reference in New Issue
Block a user