From d3e521415ba62e3e25bbf8ca146eec6784d1b8e8ed74ae71de7817c511631a44 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20S=C3=BAkup?= Date: Thu, 24 Sep 2020 12:01:32 +0000 Subject: [PATCH] Accepting request 836455 from home:czerw:branches:devel:languages:python:flask - Set pytest version < 6 in build requirements OBS-URL: https://build.opensuse.org/request/show/836455 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:flask/python-flask-restx?expand=0&rev=3 --- python-flask-restx.changes | 5 +++++ python-flask-restx.spec | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/python-flask-restx.changes b/python-flask-restx.changes index f7dda65..d161f4a 100644 --- a/python-flask-restx.changes +++ b/python-flask-restx.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Sep 24 05:53:07 UTC 2020 - Petr Cervinka + +- Set pytest version < 6 in build requirements + ------------------------------------------------------------------- Sat May 2 17:48:15 UTC 2020 - Petr Cervinka diff --git a/python-flask-restx.spec b/python-flask-restx.spec index 1c960e4..1bed03c 100644 --- a/python-flask-restx.spec +++ b/python-flask-restx.spec @@ -34,7 +34,7 @@ BuildRequires: %{python_module mock} BuildRequires: %{python_module pytest-benchmark} BuildRequires: %{python_module pytest-flask} BuildRequires: %{python_module pytest-mock} -BuildRequires: %{python_module pytest} +BuildRequires: %{python_module pytest < 6} BuildRequires: %{python_module pytz} BuildRequires: %{python_module setuptools} BuildRequires: %{python_module tzlocal}