14
0

Accepting request 827206 from devel:languages:python

OBS-URL: https://build.opensuse.org/request/show/827206
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-python-redmine?expand=0&rev=4
This commit is contained in:
2020-08-17 12:40:13 +00:00
committed by Git OBS Bridge
2 changed files with 7 additions and 2 deletions

View File

@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Sun Aug 16 21:15:30 UTC 2020 - John Vandenberg <jayvdb@gmail.com>
- Replace nose with pytest
-------------------------------------------------------------------
Wed Aug 5 09:33:59 UTC 2020 - Marketa Calabkova <mcalabkova@suse.com>

View File

@@ -27,7 +27,7 @@ Group: Development/Languages/Python
URL: https://python-redmine.com
Source: https://files.pythonhosted.org/packages/source/p/python-redmine/python-redmine-%{version}.tar.gz
BuildRequires: %{python_module coverage}
BuildRequires: %{python_module nose}
BuildRequires: %{python_module pytest}
BuildRequires: %{python_module requests >= 2.23.0}
BuildRequires: %{python_module setuptools}
BuildRequires: fdupes
@@ -56,7 +56,7 @@ powerful Pythonic API inspired by a well-known Django ORM.
%python_expand %fdupes %{buildroot}%{$python_sitelib}
%check
%python_exec setup.py test
%pytest
%files %{python_files}
%license LICENSE