guix_mirror_bot pushed a commit to branch python-team
in repository guix.

commit 14ecdf4c3aab4ce3d33c3b92c0c614f8ebba5785
Author: Nicolas Graves <ngra...@ngraves.fr>
AuthorDate: Sun Sep 21 16:16:46 2025 +0200

    gnu: python-ircmatch: Fix tests.
    
    * gnu/packages/irc.scm (python-ircmatch)
    [arguments]: Set them to fix tests.
    [native-inputs]: Remove python-wheel.
    
    Change-Id: Ibe89b45ffc7375e555841ca449bf77b1459cfae9
    Signed-off-by: Sharlatan Hellseher <sharlata...@gmail.com>
---
 gnu/packages/irc.scm | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/irc.scm b/gnu/packages/irc.scm
index a53b16ea21..c7065efe6f 100644
--- a/gnu/packages/irc.scm
+++ b/gnu/packages/irc.scm
@@ -861,7 +861,10 @@ interface for those who are accustomed to the ircII way of 
doing things.")
        (sha256
         (base32 "1bn92bnk958c097jhwkas24i4a07h905hifix7bg111npc48536l"))))
     (build-system pyproject-build-system)
-    (native-inputs (list python-setuptools python-wheel))
+    (arguments
+     (list #:test-backend #~'custom
+           #:test-flags #~(list "example.py")))
+    (native-inputs (list python-setuptools))
     (home-page "https://pypi.org/project/ircmatch/";)
     (synopsis "Library for matching IRC masks based on atheme")
     (description "This is a python extension which provides string comparison

Reply via email to