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:
commit
bbb00acf42
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user