From 07ebdeaf96722ee5be788160ef423e6464354a31d93514465e71eb58f810a878 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Thu, 4 Jun 2020 12:38:22 +0000 Subject: [PATCH] - Do not restrict pytest4 as it works quite fine with pytest5 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-cmd2?expand=0&rev=72 --- python-cmd2.changes | 5 +++++ python-cmd2.spec | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) 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