Accepting request 754350 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/754350 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-celery-batches?expand=0&rev=2
This commit is contained in:
commit
e71216554d
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 5 10:38:35 UTC 2019 - John Vandenberg <jayvdb@gmail.com>
|
||||
|
||||
- Remove test suite from runtime package
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Jan 13 10:49:19 UTC 2019 - Jan Engelhardt <jengelh@inai.de>
|
||||
|
||||
|
@ -53,10 +53,13 @@ with any other form application.
|
||||
|
||||
%install
|
||||
%python_install
|
||||
%python_expand %fdupes %{buildroot}%{$python_sitelib}
|
||||
# Remove test suite
|
||||
%{python_expand rm -r %{buildroot}%{$python_sitelib}/t/
|
||||
%fdupes %{buildroot}%{$python_sitelib}
|
||||
}
|
||||
|
||||
%check
|
||||
%python_expand PYTHONPATH=%{$python_sitelib} py.test-%{$python_bin_suffix} -v t/
|
||||
%pytest t/
|
||||
|
||||
%files %{python_files}
|
||||
%doc README.rst CHANGELOG.rst
|
||||
|
Loading…
Reference in New Issue
Block a user