Accepting request 811458 from devel:languages:python

- Do not restrict pytest4 as it works quite fine with pytest5

OBS-URL: https://build.opensuse.org/request/show/811458
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-cmd2?expand=0&rev=32
This commit is contained in:
Dominique Leuenberger 2020-06-05 18:01:15 +00:00 committed by Git OBS Bridge
commit 52c3ea25d0
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Thu Jun 4 12:37:58 UTC 2020 - Tomáš Chvátal <tchvatal@suse.com>
- Do not restrict pytest4 as it works quite fine with pytest5
-------------------------------------------------------------------
Thu Feb 27 13:47:06 UTC 2020 - Dirk Mueller <dmueller@suse.com>

View File

@ -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