public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/python-fitsio] f45: Disable test in s390x
@ 2026-09-07 11:28 Sergio Pascual
0 siblings, 0 replies; only message in thread
From: Sergio Pascual @ 2026-09-07 11:28 UTC (permalink / raw)
To: git-commits
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
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-09-07 11:28 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-09-07 11:28 [rpms/python-fitsio] f45: Disable test in s390x Sergio Pascual
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox