public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/python-photutils] epel10: Skip tests on s390x (endianess issue in numpy)
@ 2026-06-26 3:41 Christian Dersch
0 siblings, 0 replies; only message in thread
From: Christian Dersch @ 2026-06-26 3:41 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/python-photutils
Branch : epel10
Commit : ceb77d202c78e3d00e4c8c7b058fe44a611cc45b
Author : Christian Dersch <lupinix@fedoraproject.org>
Date : 2019-10-27T14:06:41+01:00
Stats : +3/-0 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/python-photutils/c/ceb77d202c78e3d00e4c8c7b058fe44a611cc45b?branch=epel10
Log:
Skip tests on s390x (endianess issue in numpy)
---
diff --git a/python-photutils.spec b/python-photutils.spec
index 83e1029..d09aa3f 100644
--- a/python-photutils.spec
+++ b/python-photutils.spec
@@ -68,6 +68,7 @@ Photutils contains functions for:
find %{buildroot}/%{python3_sitearch}/ -name "*.c" -delete
%check
+%ifnarch s390x
# Empty matplotlibrc
mkdir -p matplotlib
touch matplotlib/matplotlibrc
@@ -79,6 +80,7 @@ pushd %{buildroot}/%{python3_sitearch}
py.test-%{python3_version} photutils
rm -rf .pytest_cache
popd
+%endif # ifnarch s390x
%files -n python3-%{srcname}
@@ -90,6 +92,7 @@ popd
%changelog
* Sun Oct 27 2019 Christian Dersch <lupinix@fedoraproject.org> - 0.7.1-1
- new version
+- skip tests on s390x for now (endianess issue in numpy...)
* Mon Aug 19 2019 Miro Hrončok <mhroncok@redhat.com> - 0.6-3
- Rebuilt for Python 3.8
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-06-26 3:41 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-06-26 3:41 [rpms/python-photutils] epel10: Skip tests on s390x (endianess issue in numpy) Christian Dersch
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox