Hello community,
here is the log from the commit of package python-scikit-image for
openSUSE:Factory checked in at 2019-12-23 22:36:11
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-scikit-image (Old)
and /work/SRC/openSUSE:Factory/.python-scikit-image.new.6675 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-scikit-image"
Mon Dec 23 22:36:11 2019 rev:11 rq:755837 version:0.16.2
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-scikit-image/python-scikit-image.changes
2019-11-28 10:12:36.147636244 +0100
+++
/work/SRC/openSUSE:Factory/.python-scikit-image.new.6675/python-scikit-image.changes
2019-12-23 22:38:26.265846181 +0100
@@ -1,0 +2,5 @@
+Wed Dec 4 09:11:03 UTC 2019 - Tomáš Chvátal <[email protected]>
+
+- Use xdist to speed up the testing that takes bit too much time
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-scikit-image.spec ++++++
--- /var/tmp/diff_new_pack.8U0gvT/_old 2019-12-23 22:38:27.013846506 +0100
+++ /var/tmp/diff_new_pack.8U0gvT/_new 2019-12-23 22:38:27.017846508 +0100
@@ -58,6 +58,7 @@
BuildRequires: %{python_module networkx >= 1.8}
BuildRequires: %{python_module nose}
BuildRequires: %{python_module pytest-localserver}
+BuildRequires: %{python_module pytest-xdist}
BuildRequires: %{python_module pytest}
# /SECTION
%python_subpackages
@@ -88,9 +89,7 @@
%check
export PYTHONDONTWRITEBYTECODE=1 # do not write unreproducible
test_random_walker.cpython-37-PYTEST.pyc files (boo#1062303)
mv skimage skimage_temp
-%{python_expand export PYTHONPATH=%{buildroot}%{$python_sitearch}
-py.test-%{$python_bin_suffix} -v %{buildroot}%{$python_sitearch}/skimage
-}
+%pytest_arch -v %{buildroot}%{$python_sitearch}/skimage -n auto
mv skimage_temp skimage
%files %{python_files}