1
0

Accepting request 983947 from devel:languages:python:numeric

OBS-URL: https://build.opensuse.org/request/show/983947
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-astropy?expand=0&rev=35
This commit is contained in:
Dominique Leuenberger 2022-06-20 13:38:54 +00:00 committed by Git OBS Bridge
commit 28badd233d
2 changed files with 7 additions and 0 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Mon Jun 20 09:55:12 UTC 2022 - Ben Greiner <code@bnavigator.de>
- Skip two tests because of hypothesis -- gh#astropy/astropy#13275
-------------------------------------------------------------------
Tue May 31 20:51:59 UTC 2022 - Ben Greiner <code@bnavigator.de>

View File

@ -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"