Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-tesserocr for openSUSE:Factory checked in at 2023-02-27 12:56:05 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-tesserocr (Old) and /work/SRC/openSUSE:Factory/.python-tesserocr.new.31432 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-tesserocr" Mon Feb 27 12:56:05 2023 rev:14 rq:1067957 version:2.5.2 Changes: -------- --- /work/SRC/openSUSE:Factory/python-tesserocr/python-tesserocr.changes 2023-01-17 17:35:22.893204667 +0100 +++ /work/SRC/openSUSE:Factory/.python-tesserocr.new.31432/python-tesserocr.changes 2023-02-27 12:56:07.307701106 +0100 @@ -1,0 +2,6 @@ +Mon Feb 27 10:22:49 UTC 2023 - Daniel Garcia <daniel.gar...@suse.com> + +- Disable current broken tests, test_LSTM_choices, test_detect_os and + or test_init, gh#sirfz/tesserocr#295 + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-tesserocr.spec ++++++ --- /var/tmp/diff_new_pack.LBb4IP/_old 2023-02-27 12:56:07.751703842 +0100 +++ /var/tmp/diff_new_pack.LBb4IP/_new 2023-02-27 12:56:07.755703867 +0100 @@ -64,7 +64,11 @@ 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