public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/gnofract4d] rawhide: Try harder to skip the failing test on s390x
@ 2026-08-20 14:54 Yaakov Selkowitz
  0 siblings, 0 replies; only message in thread
From: Yaakov Selkowitz @ 2026-08-20 14:54 UTC (permalink / raw)
  To: git-commits

A new commit has been pushed.

Repo   : rpms/gnofract4d
Branch : rawhide
Commit : 35f129f28b68fe71c958bc709d7316c2f5f14840
Author : Yaakov Selkowitz <yselkowi@redhat.com>
Date   : 2026-08-20T10:54:34-04:00
Stats  : +1/-1 in 1 file(s)
URL    : https://src.fedoraproject.org/rpms/gnofract4d/c/35f129f28b68fe71c958bc709d7316c2f5f14840?branch=rawhide

Log:
Try harder to skip the failing test on s390x

---
diff --git a/gnofract4d.spec b/gnofract4d.spec
index c050fbf..84b5058 100644
--- a/gnofract4d.spec
+++ b/gnofract4d.spec
@@ -95,7 +95,7 @@ cp -p doc/%{name}.1 %{buildroot}%{_mandir}/man1
 # testFractWorker crashes on s390x
 %pytest -v \
 %ifarch s390x
-    -k 'not fract4d/tests/test_fract4d.py::Test::testFractWorker' \
+    --deselect fract4d/tests/test_fract4d.py::Test::testFractWorker \
 %endif
     --ignore fract4dgui/tests/test_main_window.py
 

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2026-08-20 14:54 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-08-20 14:54 [rpms/gnofract4d] rawhide: Try harder to skip the failing test on s390x Yaakov Selkowitz

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox