From d8a20b1d9ede1ce2f159e9b787d6e3ca5970649e Mon Sep 17 00:00:00 2001 From: Sharlatan Hellseher Date: Sun, 21 Sep 2025 16:06:27 +0100 Subject: [PATCH] gnu: python-girc: Fix tests. * gnu/packages/irc.scm (python-girc)[native-inputs]: Remove python-wheel; add python-pytest. Change-Id: Idb53f8b2631ef7f0fb54df0b0f9bf4a363b976dc --- gnu/packages/irc.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gnu/packages/irc.scm b/gnu/packages/irc.scm index c7065efe6f1480cb354591a59e650e3abcf62393..dc059a6d81436410bba35bf779f08331a4893690 100644 --- a/gnu/packages/irc.scm +++ b/gnu/packages/irc.scm @@ -843,7 +843,7 @@ interface for those who are accustomed to the ircII way of doing things.") ;; this package. (lambda _ (delete-file "tests/test_parse.py")))))) (propagated-inputs (list python-docopt)) - (native-inputs (list python-setuptools python-wheel)) + (native-inputs (list python-pytest python-setuptools)) (home-page "https://github.com/DanielOaks/girc") (synopsis "IRC library for Python") (description