Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-PyVirtualDisplay for
openSUSE:Factory checked in at 2023-03-02 23:01:55
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-PyVirtualDisplay (Old)
and /work/SRC/openSUSE:Factory/.python-PyVirtualDisplay.new.31432 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-PyVirtualDisplay"
Thu Mar 2 23:01:55 2023 rev:19 rq:1068524 version:3.0
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-PyVirtualDisplay/python-PyVirtualDisplay.changes
2022-11-27 12:53:11.831265443 +0100
+++
/work/SRC/openSUSE:Factory/.python-PyVirtualDisplay.new.31432/python-PyVirtualDisplay.changes
2023-03-02 23:02:01.198761512 +0100
@@ -1,0 +2,5 @@
+Wed Feb 22 17:17:01 UTC 2023 - Daniel Garcia <[email protected]>
+
+- Disable broken test, test_disp_var
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-PyVirtualDisplay.spec ++++++
--- /var/tmp/diff_new_pack.kDFePm/_old 2023-03-02 23:02:01.814764302 +0100
+++ /var/tmp/diff_new_pack.kDFePm/_new 2023-03-02 23:02:01.822764338 +0100
@@ -1,7 +1,7 @@
#
# spec file
#
-# Copyright (c) 2022 SUSE LLC
+# Copyright (c) 2023 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -77,6 +77,8 @@
%if %{with test}
%check
donttest="examples or smart"
+# This test fails sometimes because a race condition with threads
+donttest+=" or test_disp_var"
%{python_expand #
export PYTHONPATH=%{buildroot}%{$python_sitelib}
xvfb-run --server-args "-screen 0 1920x1080x24" \