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

View File

@ -221,6 +221,9 @@ donttest+=" or (test_precision and (test_day_frac_exact or test_resolution_never
# gh#astropy/astropy#12017 # gh#astropy/astropy#12017
donttest+=" or test_stats" donttest+=" or test_stats"
%endif %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 # http://docs.astropy.org/en/latest/development/testguide.html#running-tests
# running pytest directly would require building the extensions inplace # running pytest directly would require building the extensions inplace
%{python_exec -B -c " %{python_exec -B -c "