Accepting request 841078 from devel:languages:python:numeric

(This is for :backports)
- Skip a test family on Leap because of segfaults in numpy

OBS-URL: https://build.opensuse.org/request/show/841078
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-control?expand=0&rev=9
This commit is contained in:
2020-10-25 17:06:11 +00:00
committed by Git OBS Bridge
2 changed files with 10 additions and 1 deletions

View File

@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Sun Oct 11 18:39:38 UTC 2020 - Benjamin Greiner <code@bnavigator.de>
- Skip a test family on Leap because of segfaults in numpy
-------------------------------------------------------------------
Thu Jul 23 09:56:18 UTC 2020 - Benjamin Greiner <code@bnavigator.de>

View File

@@ -83,7 +83,11 @@ filterwarnings =
ignore:.*matrix subclass:PendingDeprecationWarning
ignore:.*scipy:DeprecationWarning
EOL
%pytest
%if 0%{?suse_version} < 1550
# segfault: free() error in Leap numpy library
%define donttest -k "not test_clean_part"
%endif
%pytest %{?donttest}
%files %{python_files}
%doc ChangeLog README.rst