From fef6c7b8147215d17c6bcec14b384c7d2f5edcbd Mon Sep 17 00:00:00 2001 From: Sergio Pascual Date: Tue, 10 Jan 2023 23:39:18 +0100 Subject: [PATCH] Skip two tests in aarch64 --- python-astropy.spec | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/python-astropy.spec b/python-astropy.spec index ac82c7b..3bd981d 100644 --- a/python-astropy.spec +++ b/python-astropy.spec @@ -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 - 5.2-2 +- Skip two tests in aarch64 + * Fri Jan 06 2023 Sergio Pascual - 5.2-1 - New upstream source 5.2