- switch to pytest4 actually not pytest3

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-responses?expand=0&rev=21
This commit is contained in:
Dirk Mueller 2019-10-17 20:08:38 +00:00 committed by Git OBS Bridge
parent 1fc8b07f4c
commit 4136f0fe01
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Thu Oct 17 20:08:20 UTC 2019 - Dirk Mueller <dmueller@suse.com>
- switch to pytest4 actually not pytest3
-------------------------------------------------------------------
Thu Jul 18 09:24:05 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>

View File

@ -28,7 +28,7 @@ Source: https://files.pythonhosted.org/packages/source/r/responses/respo
# test requirements
BuildRequires: %{python_module cookies}
BuildRequires: %{python_module mock}
BuildRequires: %{python_module pytest < 4.0}
BuildRequires: %{python_module pytest < 5.0}
BuildRequires: %{python_module pytest-localserver}
BuildRequires: %{python_module requests >= 2.0}
BuildRequires: %{python_module setuptools}