14
0

Accepting request 1221724 from home:mcalabkova:branches:devel:languages:python:i

- Skip two tests failing with new enchant
  * https://github.com/pyenchant/pyenchant/issues/313

OBS-URL: https://build.opensuse.org/request/show/1221724
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyenchant?expand=0&rev=40
This commit is contained in:
2024-11-06 10:43:05 +00:00
committed by Git OBS Bridge
parent 1adc53b86b
commit 7fcaa953a3
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