1
0

Accepting request 1046207 from devel:languages:python:jupyter

- Add pytest-jupyter to test requirenents. Testing with
  jupyter-server pulls it in now gh#jupyter/nbclassic#190

OBS-URL: https://build.opensuse.org/request/show/1046207
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-nbclassic?expand=0&rev=15
This commit is contained in:
Dominique Leuenberger 2023-01-03 14:04:55 +00:00 committed by Git OBS Bridge
commit 9a4c191f90
2 changed files with 7 additions and 0 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Sat Dec 31 13:05:25 UTC 2022 - Benjamin Greiner <code@bnavigator.de>
- Add pytest-jupyter to test requirenents. Testing with
jupyter-server pulls it in now gh#jupyter/nbclassic#190
-------------------------------------------------------------------
Sat Nov 5 19:48:55 UTC 2022 - Arun Persaud <arun@gmx.de>

View File

@ -71,6 +71,7 @@ BuildRequires: this-specfile-is-not-functional-without-libalternatives
%if %{with test}
BuildRequires: %{python_module nbclassic = %{version}}
BuildRequires: %{python_module pytest-console-scripts}
BuildRequires: %{python_module pytest-jupyter}
BuildRequires: %{python_module pytest-tornasync}
BuildRequires: %{python_module pytest}
%endif