public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Christian Dersch <lupinix@fedoraproject.org>
To: git-commits@fedoraproject.org
Subject: [rpms/python-photutils] epel10: Skip tests on s390x (endianess issue in numpy)
Date: Fri, 26 Jun 2026 03:41:51 GMT	[thread overview]
Message-ID: <178244531156.1.5193776571398151037.rpms-python-photutils-ceb77d202c78@fedoraproject.org> (raw)

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

                 reply	other threads:[~2026-06-26  3:41 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=178244531156.1.5193776571398151037.rpms-python-photutils-ceb77d202c78@fedoraproject.org \
    --to=lupinix@fedoraproject.org \
    --cc=git-commits@fedoraproject.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox