Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-filelock for openSUSE:Factory
checked in at 2026-04-13 23:18:15
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-filelock (Old)
and /work/SRC/openSUSE:Factory/.python-filelock.new.21863 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-filelock"
Mon Apr 13 23:18:15 2026 rev:30 rq:1346371 version:3.25.2
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-filelock/python-filelock.changes
2026-03-14 22:20:59.005623527 +0100
+++
/work/SRC/openSUSE:Factory/.python-filelock.new.21863/python-filelock.changes
2026-04-13 23:18:49.951989708 +0200
@@ -1,0 +2,5 @@
+Mon Apr 13 06:44:30 UTC 2026 - Daniel Garcia <[email protected]>
+
+- Skip flaky tests, bsc#1261360
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-filelock.spec ++++++
--- /var/tmp/diff_new_pack.VCnPJF/_old 2026-04-13 23:18:50.512012801 +0200
+++ /var/tmp/diff_new_pack.VCnPJF/_new 2026-04-13 23:18:50.512012801 +0200
@@ -79,6 +79,9 @@
%else
%check
-%pytest -rs
+# flaky test
+donttest="test_threaded_shared_lock_obj"
+donttest+=" or test_threaded_lock_different_lock_obj"
+%pytest -rs -k "not ($donttest)"
%endif