The package rpms/python-astropy.git has added or updated architecture specific content in its spec file (ExclusiveArch/ExcludeArch or %ifarch/%ifnarch) in commit(s): https://src.fedoraproject.org/cgit/rpms/python-astropy.git/commit/?id=663dac....
Change: -%ifnarch s390x
Thanks.
Full change: ============
commit 663daca6716ee5ca27a6005ca87365c0ea975bf6 Author: Christian Dersch lupinix@fedoraproject.org Date: Thu Jun 28 10:12:46 2018 +0200
Disable tests until we have the pyyaml fix https://github.com/yaml/pyyaml/pull/181
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 lupinix@fedoraproject.org - 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 mhroncok@redhat.com - 3.0.3-2 - Rebuilt for Python 3.7
arch-excludes@lists.fedoraproject.org