From 76e3305134c0fabc6d6fd7e6f8f67753d49d22ff705499326993bee3bcd96769 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Mon, 4 Mar 2024 09:22:24 +0000 Subject: [PATCH] Accepting request 1154282 from home:bnavigator:branches:devel:languages:python:numeric - Skip python39: no xarray anymore OBS-URL: https://build.opensuse.org/request/show/1154282 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-plotly?expand=0&rev=59 --- python-plotly.changes | 5 +++++ python-plotly.spec | 8 +++++--- 2 files changed, 10 insertions(+), 3 deletions(-) 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}