Hello community, here is the log from the commit of package python-xcffib for openSUSE:Leap:15.2 checked in at 2020-03-09 17:58:23 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Leap:15.2/python-xcffib (Old) and /work/SRC/openSUSE:Leap:15.2/.python-xcffib.new.26092 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-xcffib" Mon Mar 9 17:58:23 2020 rev:12 rq:779128 version:0.9.0 Changes: -------- --- /work/SRC/openSUSE:Leap:15.2/python-xcffib/python-xcffib.changes 2020-02-21 23:49:05.824536122 +0100 +++ /work/SRC/openSUSE:Leap:15.2/.python-xcffib.new.26092/python-xcffib.changes 2020-03-09 17:58:24.140610111 +0100 @@ -1,0 +2,5 @@ +Fri Feb 21 09:11:30 UTC 2020 - Tomáš Chvátal <[email protected]> + +- Disable tests to avoid deadlock in xvfb + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-xcffib.spec ++++++ --- /var/tmp/diff_new_pack.vkGpOi/_old 2020-03-09 17:58:24.436610258 +0100 +++ /var/tmp/diff_new_pack.vkGpOi/_new 2020-03-09 17:58:24.436610258 +0100 @@ -56,7 +56,9 @@ %python_expand %fdupes %{buildroot}%{$python_sitelib} %check -%python_expand PYTHONPATH=%{buildroot}%{$python_sitelib} xvfb-run nosetests-%{$python_bin_suffix} -v +# Skip the tests as they deadlock here and there in xvfb +# self.conn.wait_for_event() waits without end +#%%python_expand PYTHONPATH=%{buildroot}%{$python_sitelib} xvfb-run nosetests-%{$python_bin_suffix} -v %files %{python_files} %license LICENSE
