diff --git a/python-jupyter-server.changes b/python-jupyter-server.changes index fea8064..43d65a7 100644 --- a/python-jupyter-server.changes +++ b/python-jupyter-server.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Jun 9 07:13:34 UTC 2020 - Tomáš Chvátal + +- Do not restrict us to pytest4 as the tests work with pytest5 too + ------------------------------------------------------------------- Thu Apr 23 10:50:36 UTC 2020 - Tomáš Chvátal diff --git a/python-jupyter-server.spec b/python-jupyter-server.spec index 1647f18..4775443 100644 --- a/python-jupyter-server.spec +++ b/python-jupyter-server.spec @@ -44,7 +44,7 @@ BuildRequires: %{python_module nose} BuildRequires: %{python_module prometheus_client} BuildRequires: %{python_module pytest-console-scripts} BuildRequires: %{python_module pytest-tornasync} -BuildRequires: %{python_module pytest4} +BuildRequires: %{python_module pytest} BuildRequires: %{python_module pyzmq >= 17} BuildRequires: %{python_module requests} BuildRequires: %{python_module terminado >= 0.8.1}