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"