public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Sergio Pascual <sergiopr@fedoraproject.org>
To: git-commits@fedoraproject.org
Subject: [rpms/python-fitsio] f45: Disable test in s390x
Date: Mon, 07 Sep 2026 11:28:53 GMT	[thread overview]
Message-ID: <178878053362.1.5021816394952209830.rpms-python-fitsio-cab8021009b1@fedoraproject.org> (raw)

A new commit has been pushed.

Repo   : rpms/python-fitsio
Branch : f45
Commit : cab8021009b169ed32e61afd3b3ec1586a17df05
Author : Sergio Pascual <sergiopr@fedoraproject.org>
Date   : 2026-09-07T13:12:19+02:00
Stats  : +6/-2 in 1 file(s)
URL    : https://src.fedoraproject.org/rpms/python-fitsio/c/cab8021009b169ed32e61afd3b3ec1586a17df05?branch=f45

Log:
Disable test in s390x

---
diff --git a/python-fitsio.spec b/python-fitsio.spec
index 83ef4b5..859ef84 100644
--- a/python-fitsio.spec
+++ b/python-fitsio.spec
@@ -67,9 +67,13 @@ export FITSIO_SYSTEM_FITSIO_LIBDIR
 
 
 %check
+export PYTEST_ADDOPTS='-p no:cacheprovider'
 pushd %{buildroot}/%{python3_sitearch}
-  %pytest fitsio
-  rm -rf .pytest_cache
+%pytest \
+%ifarch s390x
+ --deselect "fitsio/tests/test_image_compression.py::test_image_compression_gzip_subnormal_cast_to_zero" \
+%endif
+ fitsio
 popd
 
 

                 reply	other threads:[~2026-09-07 11:28 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=178878053362.1.5021816394952209830.rpms-python-fitsio-cab8021009b1@fedoraproject.org \
    --to=sergiopr@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