Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-spyder-kernels for 
openSUSE:Factory checked in at 2023-03-21 17:40:15
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-spyder-kernels (Old)
 and      /work/SRC/openSUSE:Factory/.python-spyder-kernels.new.31432 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-spyder-kernels"

Tue Mar 21 17:40:15 2023 rev:40 rq:1072939 version:2.4.2

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/python-spyder-kernels/python-spyder-kernels.changes  
    2023-01-20 17:38:50.468574635 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-spyder-kernels.new.31432/python-spyder-kernels.changes
   2023-03-21 17:40:16.517470758 +0100
@@ -1,0 +2,5 @@
+Sun Mar 19 14:20:59 UTC 2023 - Ben Greiner <c...@bnavigator.de>
+
+- Skip test file requiring xarray on python38
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ python-spyder-kernels.spec ++++++
--- /var/tmp/diff_new_pack.wuS7za/_old  2023-03-21 17:40:17.153473799 +0100
+++ /var/tmp/diff_new_pack.wuS7za/_new  2023-03-21 17:40:17.153473799 +0100
@@ -47,7 +47,7 @@
 BuildRequires:  %{python_module pyzmq >= 22.1}
 BuildRequires:  %{python_module scipy}
 BuildRequires:  %{python_module wurlitzer >= 1.0.3}
-BuildRequires:  %{python_module xarray}
+BuildRequires:  %{python_module xarray if %python-base >= 3.9}
 %if %{with dasktest}
 BuildRequires:  %{python_module dask-distributed}
 %endif
@@ -86,7 +86,9 @@
 %if ! %{with dasktest}
 donttest=("-k" "not test_dask_multiprocessing")
 %endif
-%pytest "${donttest[@]}"
+# no xarray for python38
+python38_ignore="--ignore spyder_kernels/utils/tests/test_nsview.py"
+%pytest "${donttest[@]}" ${$python_ignore}
 
 %files %{python_files}
 %doc CHANGELOG.md README.md

Reply via email to