diff --git a/python-cmd2.changes b/python-cmd2.changes index 2bd6b5e..6d4472d 100644 --- a/python-cmd2.changes +++ b/python-cmd2.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Jun 4 12:37:58 UTC 2020 - Tomáš Chvátal + +- Do not restrict pytest4 as it works quite fine with pytest5 + ------------------------------------------------------------------- Thu Feb 27 13:47:06 UTC 2020 - Dirk Mueller diff --git a/python-cmd2.spec b/python-cmd2.spec index 2692cb6..735fe97 100644 --- a/python-cmd2.spec +++ b/python-cmd2.spec @@ -47,7 +47,7 @@ BuildRequires: %{python_module colorama >= 0.3.7} BuildRequires: %{python_module mock} BuildRequires: %{python_module pyperclip >= 1.6} BuildRequires: %{python_module pytest-mock} -BuildRequires: %{python_module pytest4} +BuildRequires: %{python_module pytest} BuildRequires: %{python_module wcwidth >= 0.1.7} # Required by tests. BuildRequires: vim