guix_mirror_bot pushed a commit to branch python-team
in repository guix.
commit a3f2a2ffa809a37af3e2f58d75b9ac1223ac9e78
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Sun Sep 21 16:06:27 2025 +0100
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 c7065efe6f..dc059a6d81 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