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 2024-12-08 11:37:33 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-plotly (Old) and /work/SRC/openSUSE:Factory/.python-plotly.new.21547 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-plotly" Sun Dec 8 11:37:33 2024 rev:44 rq:1228967 version:5.24.1 Changes: -------- --- /work/SRC/openSUSE:Factory/python-plotly/python-plotly.changes 2024-11-27 22:17:09.363069894 +0100 +++ /work/SRC/openSUSE:Factory/.python-plotly.new.21547/python-plotly.changes 2024-12-08 11:38:39.501430080 +0100 @@ -1,0 +2,5 @@ +Fri Dec 6 21:47:19 UTC 2024 - Ben Greiner <[email protected]> + +- Skip scikit-image tests on python313: not available yet + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-plotly.spec ++++++ --- /var/tmp/diff_new_pack.wHHaLT/_old 2024-12-08 11:38:40.333464646 +0100 +++ /var/tmp/diff_new_pack.wHHaLT/_new 2024-12-08 11:38:40.333464646 +0100 @@ -66,7 +66,7 @@ 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.13} BuildRequires: %{python_module scipy} BuildRequires: %{python_module statsmodels} BuildRequires: %{python_module xarray} @@ -154,7 +154,9 @@ donttest="$donttest or test_masked_constants_example" # flaky timing error donttest="$donttest or test_fast_track_finite_arrays" -%pytest plotly/tests/test_optional -k "not ($donttest)" +# no python313-scikit-image yet +python313_donttest=" or TestTernarycontour" +%pytest plotly/tests/test_optional -k "not ($donttest ${$python_donttest})" %files %{python_files} %license LICENSE.txt
