Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-scikit-image for
openSUSE:Factory checked in at 2024-11-17 16:41:11
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-scikit-image (Old)
and /work/SRC/openSUSE:Factory/.python-scikit-image.new.2017 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-scikit-image"
Sun Nov 17 16:41:11 2024 rev:23 rq:1224507 version:0.24.0
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-scikit-image/python-scikit-image.changes
2024-07-18 19:16:09.358671929 +0200
+++
/work/SRC/openSUSE:Factory/.python-scikit-image.new.2017/python-scikit-image.changes
2024-11-17 16:41:14.623344716 +0100
@@ -1,0 +2,8 @@
+Fri Nov 15 17:20:23 UTC 2024 - Ben Greiner <[email protected]>
+
+- Fix tests
+ * Avoid random test collection order for np types
+ gh#pytest-dev/pytest-xdist#432
+ * Disable dask test gh#scikit-image/scikit-image#7491
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-scikit-image.spec ++++++
--- /var/tmp/diff_new_pack.lOkStu/_old 2024-11-17 16:41:16.423419487 +0100
+++ /var/tmp/diff_new_pack.lOkStu/_new 2024-11-17 16:41:16.427419653 +0100
@@ -104,16 +104,21 @@
%if %{with test}
%check
-# fails randomly https://github.com/scikit-image/scikit-image/issues/3237
+# fails randomly gh#scikit-image/scikit-image#3237
donttest+="test_wrap_around"
# fails randomly on all platforms
donttest+=" or test_structural_similarity_dtype"
-# https://github.com/scikit-image/scikit-image/issues/7051
+# gh#scikit-image/scikit-image#7051 -- works locally but not on obs
donttest+=" or test_ellipse_parameter_stability"
+# gh#scikit-image/scikit-image#7491, gh#scikit-image/scikit-image#7509
+donttest+=" or test_thresholds_dask_compatibility"
# Another floating point flaky test (works for now, but let's keep it
commented just in case)
#donttest+=" or test_clear_border_non_binary_out"
+# test collection with xdist not in deterministic order
gh#pytest-dev/pytest-xdist#432
+notparallel="test_all_numeric_types"
export PYTEST_DEBUG_TEMPROOT=$(mktemp -d -p ./)
-%pytest_arch -v --pyargs skimage -n auto -k "not ($donttest)"
+%pytest_arch -v --pyargs skimage -n auto -k "not ($donttest or $notparallel)"
+%pytest_arch -v --pyargs skimage -k "not ($donttest) and ($notparallel)"
%endif
%if !%{with test}