Hello community,

here is the log from the commit of package python-scikit-image for 
openSUSE:Factory checked in at 2020-03-08 22:20:53
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-scikit-image (Old)
 and      /work/SRC/openSUSE:Factory/.python-scikit-image.new.26092 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-scikit-image"

Sun Mar  8 22:20:53 2020 rev:12 rq:765257 version:0.16.2

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-scikit-image/python-scikit-image.changes  
2019-12-23 22:38:26.265846181 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-scikit-image.new.26092/python-scikit-image.changes
       2020-03-08 22:20:55.951958811 +0100
@@ -1,0 +2,6 @@
+Fri Jan 17 12:52:19 UTC 2020 - Tomáš Chvátal <tchva...@suse.com>
+
+- Skip 2 failing tests on 32bit
+- Do not buildrequire nose
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ python-scikit-image.spec ++++++
--- /var/tmp/diff_new_pack.dZH4hX/_old  2020-03-08 22:20:57.799959951 +0100
+++ /var/tmp/diff_new_pack.dZH4hX/_new  2020-03-08 22:20:57.799959951 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-scikit-image
 #
-# Copyright (c) 2019 SUSE LLC
+# Copyright (c) 2020 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -56,7 +56,6 @@
 BuildRequires:  %{python_module imageio}
 BuildRequires:  %{python_module matplotlib >= 1.3.1}
 BuildRequires:  %{python_module networkx >= 1.8}
-BuildRequires:  %{python_module nose}
 BuildRequires:  %{python_module pytest-localserver}
 BuildRequires:  %{python_module pytest-xdist}
 BuildRequires:  %{python_module pytest}
@@ -89,7 +88,9 @@
 %check
 export PYTHONDONTWRITEBYTECODE=1 # do not write unreproducible 
test_random_walker.cpython-37-PYTEST.pyc files (boo#1062303)
 mv skimage skimage_temp
-%pytest_arch -v %{buildroot}%{$python_sitearch}/skimage -n auto
+# test_wrap_around - fails randomly 
https://github.com/scikit-image/scikit-image/issues/3237
+# test_structural_similarity_dtype - also fails randomly on 32bit
+%pytest_arch -v %{buildroot}%{$python_sitearch}/skimage -n auto -k 'not 
(test_wrap_around or test_structural_similarity_dtype)'
 mv skimage_temp skimage
 
 %files %{python_files}


Reply via email to