Accepting request 1155361 from home:bnavigator:branches:devel:languages:python:numeric

- Stop testing with plotly and ipython on python 3.9: Those are
  no longer available.

OBS-URL: https://build.opensuse.org/request/show/1155361
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-panel?expand=0&rev=46
This commit is contained in:
2024-03-06 07:05:53 +00:00
committed by Git OBS Bridge
parent 75e437a4d9
commit 7a7d7830da
2 changed files with 8 additions and 2 deletions

View File

@@ -1,3 +1,9 @@
-------------------------------------------------------------------
Tue Mar 5 21:52:52 UTC 2024 - Ben Greiner <code@bnavigator.de>
- Stop testing with plotly and ipython on python 3.9: Those are
no longer available.
-------------------------------------------------------------------
Fri Jan 26 22:34:03 UTC 2024 - Dirk Müller <dmueller@suse.com>

View File

@@ -78,10 +78,10 @@ BuildRequires: %{python_module diskcache}
BuildRequires: %{python_module folium}
BuildRequires: %{python_module holoviews >= 1.16.0}
BuildRequires: %{python_module ipympl}
BuildRequires: %{python_module ipython >= 7.0}
BuildRequires: %{python_module ipython >= 7.0 if %python-base >= 3.10}
BuildRequires: %{python_module panel = %{version}}
BuildRequires: %{python_module parameterized}
BuildRequires: %{python_module plotly >= 4.0}
BuildRequires: %{python_module plotly >= 4.0 if %python-base >= 3.10}
BuildRequires: %{python_module pytest-asyncio}
BuildRequires: %{python_module pytest-rerunfailures}
BuildRequires: %{python_module pytest-xdist}