- 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
This commit is contained in:
Tomáš Chvátal 2020-06-04 12:38:22 +00:00 committed by Git OBS Bridge
parent 6ef271d09b
commit 07ebdeaf96
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