forked from pool/python-astropy
This commit is contained in:
parent
04356f115b
commit
765a0022db
@ -219,7 +219,10 @@ donttest+=" or (test_precision and (test_day_frac_exact or test_resolution_never
|
||||
%endif
|
||||
%ifarch %arm32
|
||||
# gh#astropy/astropy#12017
|
||||
donttest+=" or test_stats"
|
||||
donttest+=" or test_stats"
|
||||
%endif
|
||||
%ifarch %ix86 %arm
|
||||
donttest+=" or (test_models_quantities and test_models_fitting and LevMarLSQFitter)"
|
||||
%endif
|
||||
# http://docs.astropy.org/en/latest/development/testguide.html#running-tests
|
||||
# running pytest directly would require building the extensions inplace
|
||||
|
Loading…
Reference in New Issue
Block a user