From c89e0b91c0fa7a5153e0ef31d31954d5510f81617f172d5a1b6ad243c09ecc91 Mon Sep 17 00:00:00 2001 From: Benjamin Greiner Date: Mon, 20 Jun 2022 11:30:24 +0000 Subject: [PATCH] Accepting request 983946 from home:bnavigator:branches:devel:languages:python:numeric - Skip two tests because of hypothesis -- gh#astropy/astropy#13275 OBS-URL: https://build.opensuse.org/request/show/983946 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-astropy?expand=0&rev=76 --- python-astropy.changes | 5 +++++ python-astropy.spec | 2 ++ 2 files changed, 7 insertions(+) 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"