forked from pool/python-tesserocr
Accepting request 1067957 from devel:languages:python
- Disable current broken tests, test_LSTM_choices, test_detect_os and or test_init, gh#sirfz/tesserocr#295 OBS-URL: https://build.opensuse.org/request/show/1067957 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-tesserocr?expand=0&rev=14
This commit is contained in:
@@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Feb 27 10:22:49 UTC 2023 - Daniel Garcia <daniel.garcia@suse.com>
|
||||
|
||||
- Disable current broken tests, test_LSTM_choices, test_detect_os and
|
||||
or test_init, gh#sirfz/tesserocr#295
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Jan 14 21:46:21 UTC 2023 - Hans-Peter Jansen <hpj@urpla.net>
|
||||
|
||||
|
@@ -64,7 +64,11 @@ GIL while processing an image in tesseract.
|
||||
export TESSDATA_PREFIX=/usr/share/tessdata
|
||||
%python_exec setup.py develop --user
|
||||
# test_LSTM_choices failure: https://github.com/sirfz/tesserocr/issues/214
|
||||
%pytest -k 'not test_LSTM_choices'
|
||||
# https://github.com/sirfz/tesserocr/issues/295
|
||||
donttest="test_LSTM_choices"
|
||||
donttest+=" or test_detect_os"
|
||||
donttest+=" or test_init"
|
||||
%pytest -k "not ($donttest)"
|
||||
|
||||
%files %{python_files}
|
||||
%license LICENSE
|
||||
|
Reference in New Issue
Block a user