Accepting request 717462 from devel:languages:python

- Use old pytest 3.x as newer do not work with this release
  * this will be fixed with next release, just spread among
    numerous fixes in the git for quick backporting

OBS-URL: https://build.opensuse.org/request/show/717462
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-urllib3?expand=0&rev=31
This commit is contained in:
Dominique Leuenberger 2019-07-30 11:03:49 +00:00 committed by Git OBS Bridge
commit bbb00acf42
2 changed files with 8 additions and 1 deletions

View File

@ -1,3 +1,10 @@
-------------------------------------------------------------------
Mon Jul 22 07:54:44 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
- Use old pytest 3.x as newer do not work with this release
* this will be fixed with next release, just spread among
numerous fixes in the git for quick backporting
-------------------------------------------------------------------
Fri Jun 21 06:23:36 UTC 2019 - Dominique Leuenberger <dimstar@opensuse.org>

View File

@ -67,7 +67,7 @@ Requires: python-backports.ssl_match_hostname
BuildRequires: %{python_module brotlipy}
BuildRequires: %{python_module idna}
BuildRequires: %{python_module mock >= 1.3.0}
BuildRequires: %{python_module pytest}
BuildRequires: %{python_module pytest < 4.0}
BuildRequires: %{python_module tornado >= 4.2.1}
BuildRequires: %{python_module urllib3 >= %{version}}
%endif