Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-plotly for openSUSE:Factory 
checked in at 2026-05-30 22:59:18
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-plotly (Old)
 and      /work/SRC/openSUSE:Factory/.python-plotly.new.1937 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-plotly"

Sat May 30 22:59:18 2026 rev:47 rq:1356029 version:6.7.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-plotly/python-plotly.changes      
2026-04-26 21:14:33.041357586 +0200
+++ /work/SRC/openSUSE:Factory/.python-plotly.new.1937/python-plotly.changes    
2026-05-30 23:01:57.329687993 +0200
@@ -1,0 +2,6 @@
+Sat May 30 10:27:57 UTC 2026 - Ben Greiner <[email protected]>
+
+- Skip testing with scikit-image and xarray for python311:
+  Python 3.11 is out of SPEC-0 and packages drop support
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ python-plotly.spec ++++++
--- /var/tmp/diff_new_pack.tvt65V/_old  2026-05-30 23:01:58.569738970 +0200
+++ /var/tmp/diff_new_pack.tvt65V/_new  2026-05-30 23:01:58.569738970 +0200
@@ -70,10 +70,10 @@
 BuildRequires:  %{python_module pytest}
 BuildRequires:  %{python_module pytz}
 BuildRequires:  %{python_module requests}
-BuildRequires:  %{python_module scikit-image}
+BuildRequires:  %{python_module scikit-image if %python-base >= 3.12}
 BuildRequires:  %{python_module scipy}
 BuildRequires:  %{python_module statsmodels}
-BuildRequires:  %{python_module xarray}
+BuildRequires:  %{python_module xarray if %python-base >= 3.12}
 # /SECTION
 %python_subpackages
 
@@ -136,15 +136,14 @@
 donttest="$donttest or test_px_input and (vaex or polars)"
 # API parameter mismatches and precision errors
 donttest="$donttest or test_matplotlylib"
-# fails to plot with numpy 2 but cannot reproduce failure interactively
-donttest="$donttest or test_masked_constants_example"
 # flaky timing error
 donttest="$donttest or test_fast_track_finite_arrays"
-
+# no scikit-image for python311 anymore
+python311_donttest=" or TestTernarycontour"
 # Optional dependencies not yet in openSUSE, requires python-polars
 # --ignore doesn't work because the import is in the conftest.py
 rm -rf tests/test_optional/test_px/
-%pytest tests/test_optional -k "not ($donttest)"
+%pytest tests/test_optional -k "not ($donttest ${$python_donttest})"
 
 %files %{python_files}
 %license LICENSE.txt

Reply via email to