forked from pool/python-urllib3
- 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/package/show/devel:languages:python/python-urllib3?expand=0&rev=78
This commit is contained in:
committed by
Git OBS Bridge
parent
e15cd57502
commit
f69bac1c2b
@@ -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>
|
Fri Jun 21 06:23:36 UTC 2019 - Dominique Leuenberger <dimstar@opensuse.org>
|
||||||
|
|
||||||
|
@@ -67,7 +67,7 @@ Requires: python-backports.ssl_match_hostname
|
|||||||
BuildRequires: %{python_module brotlipy}
|
BuildRequires: %{python_module brotlipy}
|
||||||
BuildRequires: %{python_module idna}
|
BuildRequires: %{python_module idna}
|
||||||
BuildRequires: %{python_module mock >= 1.3.0}
|
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 tornado >= 4.2.1}
|
||||||
BuildRequires: %{python_module urllib3 >= %{version}}
|
BuildRequires: %{python_module urllib3 >= %{version}}
|
||||||
%endif
|
%endif
|
||||||
|
Reference in New Issue
Block a user