14
0

Accepting request 755967 from home:jayvdb:branches:devel:languages:python

- Activate test suite

OBS-URL: https://build.opensuse.org/request/show/755967
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-requirements-parser?expand=0&rev=11
This commit is contained in:
Tomáš Chvátal
2019-12-12 11:05:41 +00:00
committed by Git OBS Bridge
parent 937cdedf5d
commit 785debf4e8
3 changed files with 10 additions and 5 deletions

View File

@@ -24,7 +24,7 @@ Summary: Pip requirement file parser
License: BSD-2-Clause
Group: Development/Languages/Python
Url: https://github.com/davidfischer/requirements-parser
Source: https://files.pythonhosted.org/packages/source/r/requirements-parser/requirements-parser-%{version}.tar.gz
Source: https://github.com/davidfischer/requirements-parser/archive/v%{version}.tar.gz#/requirements-parser-%{version}.tar.gz
BuildRequires: %{python_module setuptools}
BuildRequires: python-rpm-macros
# SECTION test requirements
@@ -49,10 +49,10 @@ A Pip requirement file parser.
%python_expand %fdupes %{buildroot}%{$python_sitelib}
%check
%python_exec setup.py test
%python_exec -m nose
%files %{python_files}
%doc AUTHORS.rst README.rst
%doc AUTHORS.rst README.rst docs/*.rst
%license LICENSE.rst
%{python_sitelib}/*