public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/qtile] rawhide: Fix tests
@ 2026-08-10 20:20 Yaakov Selkowitz
  0 siblings, 0 replies; only message in thread
From: Yaakov Selkowitz @ 2026-08-10 20:20 UTC (permalink / raw)
  To: git-commits

A new commit has been pushed.

Repo   : rpms/qtile
Branch : rawhide
Commit : 669136332f261cbd917a125f01888a4eb795455b
Author : Yaakov Selkowitz <yselkowi@redhat.com>
Date   : 2026-08-07T15:46:13-04:00
Stats  : +5/-2 in 1 file(s)
URL    : https://src.fedoraproject.org/rpms/qtile/c/669136332f261cbd917a125f01888a4eb795455b?branch=rawhide

Log:
Fix tests

---
diff --git a/qtile.spec b/qtile.spec
index e480af1..8e07f9b 100644
--- a/qtile.spec
+++ b/qtile.spec
@@ -134,18 +134,21 @@ desktop-file-install \
 
 
 %check
+%pyproject_check_import -e '*.iqshell_*' -e '*.khal_calendar' -e '*.wlan'
 # Tests can sometimes randomly fail. Rebuilding the package again usually solves
 # the issue. See https://github.com/qtile/qtile/issues/4573
 
 # Avoid `OSError: [Errno 24] Too Many Open Files` error
-ulimit -n 10240
+ulimit -n 10240 ||:
 
 %ifnarch s390x ppc64le
 
 %pytest \
     -vv \
     --backend x11 \
-    --backend wayland
+    --backend wayland \
+    --deselect \
+        test/shell_scripts/test_repl_server.py::test_repl_server_executes_code
 %endif
 
 

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

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

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-08-10 20:20 [rpms/qtile] rawhide: Fix tests Yaakov Selkowitz

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