1
0

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
This commit is contained in:
Benjamin Greiner 2022-06-20 11:30:24 +00:00 committed by Git OBS Bridge
parent dc82112c18
commit c89e0b91c0
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"