forked from pool/python-astropy
Accepting request 980181 from home:bnavigator:branches:devel:languages:python:numeric
- Skip two test categories segfaulting: gh#astropy/astropy/13286 OBS-URL: https://build.opensuse.org/request/show/980181 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-astropy?expand=0&rev=73
This commit is contained in:
parent
3c86ae9c75
commit
aabd62a561
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue May 31 20:51:59 UTC 2022 - Ben Greiner <code@bnavigator.de>
|
||||
|
||||
- Skip two test categories segfaulting: gh#astropy/astropy/13286
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu May 26 15:46:09 UTC 2022 - Ben Greiner <code@bnavigator.de>
|
||||
|
||||
|
@ -90,6 +90,7 @@ Requires(postun):update-alternatives
|
||||
Recommends: libxml2-tools
|
||||
Recommends: python-Bottleneck
|
||||
Recommends: python-asdf >= 2.9.2
|
||||
Recommends: python-asdf-astropy
|
||||
Recommends: python-beautifulsoup4
|
||||
Recommends: python-bleach
|
||||
Recommends: python-h5py
|
||||
@ -118,6 +119,7 @@ BuildRequires: pkgconfig(wcslib) >= 7
|
||||
# SECTION Optional requirements
|
||||
BuildRequires: %{python_module Bottleneck}
|
||||
BuildRequires: %{python_module asdf >= 2.10.0}
|
||||
BuildRequires: %{python_module asdf-astropy}
|
||||
BuildRequires: %{python_module beautifulsoup4}
|
||||
BuildRequires: %{python_module bleach}
|
||||
BuildRequires: %{python_module h5py}
|
||||
@ -206,6 +208,8 @@ donttest="test_color_print3"
|
||||
donttest+=" or test_ignore_sigint"
|
||||
donttest+=" or (test_wcs and test_spectra)"
|
||||
donttest+=" or (test_standard_profile and test_main)"
|
||||
# segfaults on obs, but are okay when run on live system -- gh#astropy/astropy/13286
|
||||
donttest+=" or test_celprm or test_prjprm"
|
||||
%ifarch aarch64
|
||||
# doctest failure because of precision errors
|
||||
donttest+=" or bayesian_info_criterion_lsq"
|
||||
|
Loading…
Reference in New Issue
Block a user