diff --git a/python-plotly.changes b/python-plotly.changes index 8f0a9a1..e5c194e 100644 --- a/python-plotly.changes +++ b/python-plotly.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Fri Dec 6 21:47:19 UTC 2024 - Ben Greiner + +- Skip scikit-image tests on python313: not available yet + ------------------------------------------------------------------- Wed Nov 27 12:02:14 UTC 2024 - Ben Greiner diff --git a/python-plotly.spec b/python-plotly.spec index 93e5503..b13d6f0 100644 --- a/python-plotly.spec +++ b/python-plotly.spec @@ -66,7 +66,7 @@ BuildRequires: %{python_module pyshp} 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_matplotlylib" 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