From aabd62a561e9a3fb36e8291e7138b1151403b64f85bfca11a1f2f5e2fa895b5b Mon Sep 17 00:00:00 2001 From: Benjamin Greiner Date: Tue, 31 May 2022 20:53:10 +0000 Subject: [PATCH] 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 --- python-astropy.changes | 5 +++++ python-astropy.spec | 4 ++++ 2 files changed, 9 insertions(+) diff --git a/python-astropy.changes b/python-astropy.changes index a6ec9bf..bdb2831 100644 --- a/python-astropy.changes +++ b/python-astropy.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue May 31 20:51:59 UTC 2022 - Ben Greiner + +- Skip two test categories segfaulting: gh#astropy/astropy/13286 + ------------------------------------------------------------------- Thu May 26 15:46:09 UTC 2022 - Ben Greiner diff --git a/python-astropy.spec b/python-astropy.spec index b8f8e3f..00e92d0 100644 --- a/python-astropy.spec +++ b/python-astropy.spec @@ -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"