gnu: python-girc: Fix tests. * gnu/packages/irc.scm (python-girc)[native-inputs]: Remove python-wheel; add python-pytest. Change-Id: Idb53f8b2631ef7f0fb54df0b0f9bf4a363b976dc
1 files changed, 1 insertions(+), 1 deletions(-) M gnu/packages/irc.scm
M gnu/packages/irc.scm => gnu/packages/irc.scm +1 -1
@@ 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