- Remove upper bound on pytest.
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:jupyter/python-nbclient?expand=0&rev=67
This commit is contained in:
parent
68ccf987f4
commit
a9d62fc62e
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Jun 26 01:36:57 UTC 2024 - Steve Kowalik <steven.kowalik@suse.com>
|
||||||
|
|
||||||
|
- Remove upper bound on pytest.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Mar 29 18:45:22 UTC 2024 - Ben Greiner <code@bnavigator.de>
|
Fri Mar 29 18:45:22 UTC 2024 - Ben Greiner <code@bnavigator.de>
|
||||||
|
|
||||||
|
@ -62,7 +62,7 @@ BuildRequires: %{python_module ipython}
|
|||||||
BuildRequires: %{python_module ipywidgets}
|
BuildRequires: %{python_module ipywidgets}
|
||||||
BuildRequires: %{python_module nbclient = %{version}}
|
BuildRequires: %{python_module nbclient = %{version}}
|
||||||
BuildRequires: %{python_module nbconvert >= 7}
|
BuildRequires: %{python_module nbconvert >= 7}
|
||||||
BuildRequires: %{python_module pytest >= 7 with %python-pytest < 8}
|
BuildRequires: %{python_module pytest >= 7}
|
||||||
BuildRequires: %{python_module pytest-asyncio}
|
BuildRequires: %{python_module pytest-asyncio}
|
||||||
BuildRequires: %{python_module testpath}
|
BuildRequires: %{python_module testpath}
|
||||||
BuildRequires: %{python_module xmltodict}
|
BuildRequires: %{python_module xmltodict}
|
||||||
|
Loading…
Reference in New Issue
Block a user