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:
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user