Accepting request 953943 from home:bnavigator:branches:devel:languages:python:numeric
- skip segfaulting test on i586 OBS-URL: https://build.opensuse.org/request/show/953943 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-control?expand=0&rev=33
This commit is contained in:
@@ -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 @@ export MPLBACKEND="Qt5Agg"
|
||||
# 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
|
||||
|
||||
Reference in New Issue
Block a user