diff --git a/python-astropy.changes b/python-astropy.changes index c50fe22..e482e6d 100644 --- a/python-astropy.changes +++ b/python-astropy.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Mon Jun 20 09:55:12 UTC 2022 - Ben Greiner + +- Skip two tests because of hypothesis -- gh#astropy/astropy#13275 + ------------------------------------------------------------------- Tue May 31 20:51:59 UTC 2022 - Ben Greiner diff --git a/python-astropy.spec b/python-astropy.spec index 00e92d0..ae69903 100644 --- a/python-astropy.spec +++ b/python-astropy.spec @@ -210,6 +210,8 @@ 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" +# gh#astropy/astropy#13275 +donttest+=" or (test_precision and (test_day_frac_exact or test_resolution_never_decreases_utc))" %ifarch aarch64 # doctest failure because of precision errors donttest+=" or bayesian_info_criterion_lsq"