From f69bac1c2bfe1dceadf89745fd7058ce852e37fb61a4b328ee7f80e2295dd554 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Mon, 22 Jul 2019 07:55:40 +0000 Subject: [PATCH] - 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 --- python-urllib3.changes | 7 +++++++ python-urllib3.spec | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/python-urllib3.changes b/python-urllib3.changes index 73e3e42..ca0a1a5 100644 --- a/python-urllib3.changes +++ b/python-urllib3.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Mon Jul 22 07:54:44 UTC 2019 - Tomáš Chvátal + +- 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 diff --git a/python-urllib3.spec b/python-urllib3.spec index f02a1a3..7563710 100644 --- a/python-urllib3.spec +++ b/python-urllib3.spec @@ -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