diff options
| author | Nicolas Graves <ngraves@ngraves.fr> | 2025-09-21 16:16:46 +0200 |
|---|---|---|
| committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-09-25 09:36:48 +0100 |
| commit | 047693e8a701e5d38d522c4d4409186239af161b (patch) | |
| tree | db931005bb41ca8db84d69f398075d7576128379 /gnu | |
| parent | fa5e3062e18faa094e20172661781f2fc2e6aab0 (diff) | |
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 <sharlatanus@gmail.com>
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/packages/irc.scm | 5 |
1 files changed, 4 insertions, 1 deletions
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 |
