From 047693e8a701e5d38d522c4d4409186239af161b Mon Sep 17 00:00:00 2001 From: Nicolas Graves Date: Sun, 21 Sep 2025 16:16:46 +0200 Subject: [PATCH] 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 --- 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 a53b16ea21e8fe83595258cb0c7c5dd6ce089aa1..c7065efe6f1480cb354591a59e650e3abcf62393 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