1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-23 10:40:31 +02:00

gnu: python-irc-parser-tests: Fix build and enable tests.

* gnu/packages/irc.scm (python-irc-parser-tests)[arguments]: Remove field to
enable tests.
[native-inputs]: Add python-girc, python-ircmatch, python-setuptools, and
python-wheel.

Change-Id: I9f98a98a1e6f1e3cbfdffed6048d5cd89bd51094
This commit is contained in:
Ricardo Wurmus
2024-12-20 22:36:52 +01:00
parent e2bfbba33e
commit fdcb67250a

View File

@@ -882,11 +882,10 @@ performance when matching IRC hostmasks.")
(sha256
(base32 "0x0psq31f43d88b8jhaqwd9f1ykiqm4j13i8nxgcgkgp992cw002"))))
(build-system pyproject-build-system)
(arguments
(list
;; Tests require python-girc which fails to build on Python 3.10.
#:tests? #f))
(propagated-inputs (list python-pyyaml))
(native-inputs
(list python-girc python-ircmatch
python-setuptools python-wheel))
(home-page "https://github.com/ircdocs/parser-tests")
(synopsis "Tests for various IRC protocol parsers")
(description