- 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
This commit is contained in:
Tomáš Chvátal 2020-06-09 07:14:00 +00:00 committed by Git OBS Bridge
parent ab8dfce90e
commit 106644e3ed
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Tue Jun 9 07:13:34 UTC 2020 - Tomáš Chvátal <tchvatal@suse.com>
- Do not restrict us to pytest4 as the tests work with pytest5 too
-------------------------------------------------------------------
Thu Apr 23 10:50:36 UTC 2020 - Tomáš Chvátal <tchvatal@suse.com>

View File

@ -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}