Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-pyface for openSUSE:Factory 
checked in at 2021-04-17 23:25:05
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-pyface (Old)
 and      /work/SRC/openSUSE:Factory/.python-pyface.new.12324 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-pyface"

Sat Apr 17 23:25:05 2021 rev:6 rq:886278 version:7.3.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-pyface/python-pyface.changes      
2021-03-30 21:07:03.693157028 +0200
+++ /work/SRC/openSUSE:Factory/.python-pyface.new.12324/python-pyface.changes   
2021-04-17 23:25:10.685615828 +0200
@@ -1,0 +2,6 @@
+Sat Apr 17 12:25:23 UTC 2021 - Ben Greiner <c...@bnavigator.de>
+
+- Exclude wx test for python39 flavor because of segfault inside
+  xvfb-run
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ python-pyface.spec ++++++
--- /var/tmp/diff_new_pack.X11eek/_old  2021-04-17 23:25:11.865617839 +0200
+++ /var/tmp/diff_new_pack.X11eek/_new  2021-04-17 23:25:11.869617846 +0200
@@ -79,10 +79,17 @@
 %{python_expand mkdir tester_%{$python_bin_suffix}
 pushd tester_%{$python_bin_suffix}
 export PYTHONPATH=%{buildroot}%{$python_sitelib}
-xvfb-run $python -m unittest discover -v pyface
+if [ "${python_flavor}" = "python39" ]; then
+  # segfault in pyface.ui.wx.data_view.tests.test_data_wrapper.TestDataWrapper
+  export EXCLUDE_TESTS="wx"
+else
+  # unset for other flavors
+  export EXCLUDE_TESTS=""
+fi
+xvfb-run --server-args "-screen 0 1920x1080x24" $python -m unittest discover 
-v pyface
 popd
-# wait 10 seconds before the next xvfb-run
-sleep 10
+# wait 2 seconds before the next xvfb-run
+sleep 2
 }
 
 %files %{python_files}

Reply via email to