Hello community,
here is the log from the commit of package python-celery-batches for
openSUSE:Factory checked in at 2019-12-05 17:34:59
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-celery-batches (Old)
and /work/SRC/openSUSE:Factory/.python-celery-batches.new.4691 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-celery-batches"
Thu Dec 5 17:34:59 2019 rev:2 rq:754350 version:0.2
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-celery-batches/python-celery-batches.changes
2019-01-15 09:18:26.182120260 +0100
+++
/work/SRC/openSUSE:Factory/.python-celery-batches.new.4691/python-celery-batches.changes
2019-12-05 17:37:30.805392190 +0100
@@ -1,0 +2,5 @@
+Thu Dec 5 10:38:35 UTC 2019 - John Vandenberg <[email protected]>
+
+- Remove test suite from runtime package
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-celery-batches.spec ++++++
--- /var/tmp/diff_new_pack.rBPezK/_old 2019-12-05 17:37:31.673391877 +0100
+++ /var/tmp/diff_new_pack.rBPezK/_new 2019-12-05 17:37:31.677391875 +0100
@@ -53,10 +53,13 @@
%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