diff --git a/python-blessed.changes b/python-blessed.changes index 996c9a2..3512aad 100644 --- a/python-blessed.changes +++ b/python-blessed.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Sep 5 13:40:10 UTC 2019 - Todd R + +- Set pytest maximum version. + ------------------------------------------------------------------- Wed Mar 6 13:51:18 UTC 2019 - Tomáš Chvátal diff --git a/python-blessed.spec b/python-blessed.spec index a84fc77..f5aaa3c 100644 --- a/python-blessed.spec +++ b/python-blessed.spec @@ -29,7 +29,7 @@ BuildRequires: %{python_module curses} BuildRequires: %{python_module mock} BuildRequires: %{python_module pytest-cov} BuildRequires: %{python_module pytest-xdist} -BuildRequires: %{python_module pytest} +BuildRequires: %{python_module pytest < 5} BuildRequires: %{python_module setuptools} BuildRequires: %{python_module six >= 1.9.0} BuildRequires: %{python_module wcwidth >= 0.1.4}