Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-voila for openSUSE:Factory 
checked in at 2022-07-08 14:02:45
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-voila (Old)
 and      /work/SRC/openSUSE:Factory/.python-voila.new.1523 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-voila"

Fri Jul  8 14:02:45 2022 rev:13 rq:987758 version:0.3.5

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-voila/python-voila.changes        
2022-06-16 18:22:22.240264140 +0200
+++ /work/SRC/openSUSE:Factory/.python-voila.new.1523/python-voila.changes      
2022-07-08 14:02:53.550514492 +0200
@@ -1,0 +2,5 @@
+Thu Jul  7 19:26:18 UTC 2022 - Ben Greiner <c...@bnavigator.de>
+
+- Skip flaky tests, try a second time if more fail
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ python-voila.spec ++++++
--- /var/tmp/diff_new_pack.HMZpal/_old  2022-07-08 14:02:54.030515064 +0200
+++ /var/tmp/diff_new_pack.HMZpal/_new  2022-07-08 14:02:54.034515068 +0200
@@ -70,6 +70,7 @@
 BuildRequires:  %{python_module matplotlib}
 BuildRequires:  %{python_module pandas}
 BuildRequires:  %{python_module pytest-tornasync}
+BuildRequires:  %{python_module pytest-rerunfailures}
 BuildRequires:  %{python_module pytest}
 BuildRequires:  %{python_module voila = %{version}}
 %endif
@@ -133,7 +134,9 @@
 %check
 export 
JUPYTER_PATH=%{_jupyter_prefix}:$PWD/tests/test_template/share/jupyter:$PWD/tests/skip_template/share/jupyter/
 export VOILA_TEST_DEBUG=1
-%pytest tests
+# very flaky in obs environments
+donttest="test_kernel_death or test_request_with_query"
+%pytest tests -k "not ($donttest)" --reruns 2 --reruns-delay 1
 %endif
 
 %if !%{with test}

Reply via email to