forked from pool/python-astropy
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:
parent
dc82112c18
commit
c89e0b91c0
@ -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>
|
||||
|
||||
|
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user