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}