Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-control for openSUSE:Factory 
checked in at 2022-02-13 00:15:34
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-control (Old)
 and      /work/SRC/openSUSE:Factory/.python-control.new.1956 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-control"

Sun Feb 13 00:15:34 2022 rev:15 rq:953944 version:0.9.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-control/python-control.changes    
2022-02-11 23:08:50.562847610 +0100
+++ /work/SRC/openSUSE:Factory/.python-control.new.1956/python-control.changes  
2022-02-13 00:16:16.144264686 +0100
@@ -1,0 +2,5 @@
+Sat Feb 12 18:42:24 UTC 2022 - Ben Greiner <[email protected]>
+
+- skip segfaulting test on i586
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ python-control.spec ++++++
--- /var/tmp/diff_new_pack.V0daNC/_old  2022-02-13 00:16:16.676266193 +0100
+++ /var/tmp/diff_new_pack.V0daNC/_new  2022-02-13 00:16:16.680266205 +0100
@@ -17,7 +17,6 @@
 
 
 %define skip_python2 1
-%define skip_python36 1
 Name:           python-control
 Version:        0.9.1
 Release:        0
@@ -72,8 +71,10 @@
 # preload malloc library to avoid free() error on i586 architecture
 if [[ $(getconf LONG_BIT) == 32 ]]; then
 export LD_PRELOAD="%{_libdir}/libjemalloc.so.2"
+# segfault on i586 (?)
+donttest=" or test_nichols"
 fi
-%pytest
+%pytest -k "not (ifanything $donttest)"
 
 %files %{python_files}
 %doc ChangeLog README.rst

Reply via email to