diff --git a/python-nbclassic.changes b/python-nbclassic.changes index efe79ba..5834b3b 100644 --- a/python-nbclassic.changes +++ b/python-nbclassic.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Sat Dec 31 13:05:25 UTC 2022 - Benjamin Greiner + +- 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 diff --git a/python-nbclassic.spec b/python-nbclassic.spec index 4623cbb..6e0054b 100644 --- a/python-nbclassic.spec +++ b/python-nbclassic.spec @@ -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