Accepting request 953944 from devel:languages:python:numeric

OBS-URL: https://build.opensuse.org/request/show/953944
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-control?expand=0&rev=15
This commit is contained in:
2022-02-12 23:15:34 +00:00
committed by Git OBS Bridge
2 changed files with 8 additions and 2 deletions

View File

@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Sat Feb 12 18:42:24 UTC 2022 - Ben Greiner <code@bnavigator.de>
- skip segfaulting test on i586
-------------------------------------------------------------------
Thu Feb 10 10:27:34 UTC 2022 - Guillaume GARDET <guillaume.gardet@opensuse.org>

View File

@@ -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