public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Yaakov Selkowitz <yselkowi@redhat.com>
To: git-commits@fedoraproject.org
Subject: [rpms/qtile] rawhide: Fix tests
Date: Mon, 10 Aug 2026 20:20:34 GMT	[thread overview]
Message-ID: <178639323435.1.645326649320508737.rpms-qtile-669136332f26@fedoraproject.org> (raw)

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
 
 

                 reply	other threads:[~2026-08-10 20:20 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=178639323435.1.645326649320508737.rpms-qtile-669136332f26@fedoraproject.org \
    --to=yselkowi@redhat.com \
    --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