The package rpms/python-astroscrappy.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-astroscrappy.git/commit/?id=0....
Change: +%ifnarch s390x
Thanks.
Full change: ============
commit 008b61eea3062094149d6e38bb863425530d4051 Author: Christian Dersch lupinix@fedoraproject.org Date: Sun Oct 27 13:35:50 2019 +0100
disable tests on s390x until endianess issue is fixed
diff --git a/python-astroscrappy.spec b/python-astroscrappy.spec index c90ab43..852e3df 100644 --- a/python-astroscrappy.spec +++ b/python-astroscrappy.spec @@ -56,8 +56,9 @@ echo "cython_version = 'unknown'" > astroscrappy/cython_version.py
%check +%ifnarch s390x %{__python3} setup.py test - +%endif
%files -n python3-%{srcname} %license licenses/LICENSE.rst astropy_helpers/licenses/LICENSE_COPYBUTTON.rst @@ -68,6 +69,7 @@ echo "cython_version = 'unknown'" > astroscrappy/cython_version.py * Sun Oct 20 2019 Christian Dersch lupinix@fedoraproject.org - 1.0.8-1 - new version - remove patch (fixed upstream) +- skip tests on s390x until endianess issue is fixed
* Thu Sep 12 2019 Mamoru TASAKA mtasaka@fedoraproject.org - 1.0.5-16 - Patch for astropy.tests.pytest_plugins error (bug 1746845)
arch-excludes@lists.fedoraproject.org