From 106644e3ed717574d4eb9c41fbc9033d22ed9ca85189ce7dfe5038ec1c290e9e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Tue, 9 Jun 2020 07:14:00 +0000 Subject: [PATCH] - Do not restrict us to pytest4 as the tests work with pytest5 too OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:jupyter/python-jupyter-server?expand=0&rev=18 --- python-jupyter-server.changes | 5 +++++ python-jupyter-server.spec | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) 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}