Skip two tests in aarch64
This commit is contained in:
parent
49c226f1ba
commit
fef6c7b814
@ -4,7 +4,7 @@
|
||||
|
||||
Name: python-%{srcname}
|
||||
Version: 5.2
|
||||
Release: 1%{?dist}
|
||||
Release: 2%{?dist}
|
||||
Summary: A Community Python Library for Astronomy
|
||||
License: BSD
|
||||
|
||||
@ -126,6 +126,10 @@ pytest_args=(
|
||||
--deselect astropy/io/fits/tests/test_table.py::TestVLATables::test_copy_vla
|
||||
--deselect "astropy/modeling/tests/test_models.py::TestFittable1DModels::test_fitter1D[TRFLSQFitter-BrokenPowerLaw1D-test_parameters22]"
|
||||
%endif
|
||||
%ifarch aarch64
|
||||
--deselect "astropy/modeling/tests/test_quantities_fitting.py::test_fitting_with_initial_values[DogBoxLSQFitter]"
|
||||
--deselect astropy/wcs/tests/test_tabprm.py::test_tabprm_print
|
||||
%endif
|
||||
)
|
||||
|
||||
cp conftest.py %{buildroot}/%{python3_sitearch}
|
||||
@ -151,6 +155,9 @@ popd
|
||||
%license LICENSE.rst
|
||||
|
||||
%changelog
|
||||
* Tue Jan 10 2023 Sergio Pascual <sergiopr@fedoraproject.org> - 5.2-2
|
||||
- Skip two tests in aarch64
|
||||
|
||||
* Fri Jan 06 2023 Sergio Pascual <sergiopr@fedoraproject.org> - 5.2-1
|
||||
- New upstream source 5.2
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user