1
0
forked from pool/python-plotly

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
This commit is contained in:
Dirk Mueller 2024-03-04 09:22:24 +00:00 committed by Git OBS Bridge
parent 613cb0c614
commit feb75e5e37
2 changed files with 10 additions and 3 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Sat Mar 2 10:07:30 UTC 2024 - Ben Greiner <code@bnavigator.de>
- Skip python39: no xarray anymore
-------------------------------------------------------------------
Fri Mar 1 10:07:05 UTC 2024 - Dirk Müller <dmueller@suse.com>

View File

@ -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}