1
0
Benjamin Greiner 2022-10-23 11:55:08 +00:00 committed by Git OBS Bridge
parent 04356f115b
commit 765a0022db

View File

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