diff --git a/python-plotly.changes b/python-plotly.changes index 68616fa..f1ca46b 100644 --- a/python-plotly.changes +++ b/python-plotly.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Sat Mar 2 10:07:30 UTC 2024 - Ben Greiner + +- Skip python39: no xarray anymore + ------------------------------------------------------------------- Fri Mar 1 10:07:05 UTC 2024 - Dirk Müller diff --git a/python-plotly.spec b/python-plotly.spec index 52ba635..518460b 100644 --- a/python-plotly.spec +++ b/python-plotly.spec @@ -16,6 +16,7 @@ # +%define skip_python39 1 Name: python-plotly Version: 5.16.1 Release: 0 @@ -138,11 +139,12 @@ donttest="test_described_subscript_error_on_type_error" %pytest plotly/tests/test_core -k "not ($donttest)" # not available donttest="test_kaleido" +donttest="$donttest or test_px_input and (vaex or polars)" # API parameter mismatches and precision errors -donttest+=" or test_matplotlylib" +donttest="$donttest or test_matplotlylib" # flaky timing error -donttest+=" or test_fast_track_finite_arrays" -%pytest plotly/tests/test_optional -k "not ($donttest)" ${$python_ignore} +donttest="$donttest or test_fast_track_finite_arrays" +%pytest plotly/tests/test_optional -k "not ($donttest)" popd %files %{python_files}