From 663daca6716ee5ca27a6005ca87365c0ea975bf6 Mon Sep 17 00:00:00 2001 From: Christian Dersch Date: Thu, 28 Jun 2018 10:12:46 +0200 Subject: [PATCH] Disable tests until we have the pyyaml fix https://github.com/yaml/pyyaml/pull/181 --- python-astropy.spec | 21 ++++++++++++++------- 1 file changed, 14 insertions(+), 7 deletions(-) diff --git a/python-astropy.spec b/python-astropy.spec index 18b4886..caf42e1 100644 --- a/python-astropy.spec +++ b/python-astropy.spec @@ -12,7 +12,7 @@ Name: python-astropy Version: 3.0.3 -Release: 2%{?dist} +Release: 3%{?dist} Summary: A Community Python Library for Astronomy License: BSD @@ -176,14 +176,17 @@ rm -f docs/_build/html/.buildinfo find %{buildroot} -name "*.so" | xargs chmod 755 %check +# Disable tests until we have that fix in Fedoray pyyaml package +# check: https://github.com/yaml/pyyaml/pull/181 +# # Tests on s390x tend to stuck (already for scipy used by astropy) -%ifnarch s390x -pushd %{buildroot}/%{python3_sitearch} -py.test-%{python3_version} -k "not test_write_read_roundtrip" astropy +#%%ifnarch s390x +#pushd %%{buildroot}/%%{python3_sitearch} +#py.test-%%{python3_version} -k "not test_write_read_roundtrip" astropy # Remove spurious test relict -rm -fr .pytest_cache -popd -%endif # ifnarch s390x +#rm -fr .pytest_cache +#popd +#%%endif # ifnarch s390x %files -n %{srcname}-tools @@ -199,6 +202,10 @@ popd %license LICENSE.rst %changelog +* Thu Jun 28 2018 Christian Dersch - 3.0.3-3 +- Disable tests until we have the pyyaml fix + https://github.com/yaml/pyyaml/pull/181 + * Tue Jun 19 2018 Miro HronĨok - 3.0.3-2 - Rebuilt for Python 3.7