Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-django-haystack for
openSUSE:Factory checked in at 2026-05-19 17:49:05
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-django-haystack (Old)
and /work/SRC/openSUSE:Factory/.python-django-haystack.new.1966 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-django-haystack"
Tue May 19 17:49:05 2026 rev:14 rq:1353909 version:3.3.0
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-django-haystack/python-django-haystack.changes
2026-03-05 17:23:51.404339030 +0100
+++
/work/SRC/openSUSE:Factory/.python-django-haystack.new.1966/python-django-haystack.changes
2026-05-19 17:49:31.898534455 +0200
@@ -1,0 +2,6 @@
+Mon May 18 23:12:55 UTC 2026 - Matej Cepl <[email protected]>
+
+- Skip test_multiprocessing, which doesn't work in the osc build
+ environment without working /dev/shm.
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-django-haystack.spec ++++++
--- /var/tmp/diff_new_pack.SBZe6X/_old 2026-05-19 17:49:32.658565894 +0200
+++ /var/tmp/diff_new_pack.SBZe6X/_new 2026-05-19 17:49:32.662566060 +0200
@@ -75,6 +75,9 @@
donttest="elasticsearch or solr or test_ensure_wgs84"
# fails to highlight anything
donttest+=" or (WhooshSearchBackendTestCase and test_highlight)"
+# multiprocessing.Pool requires working /dev/shm
+donttest+=" or test_multiprocessing"
+
%pytest -rs -k "not ($donttest)"
%files %{python_files}