[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
33/105: gnu: python-irc-parser-tests: Fix build and enable tests.
From: |
guix-commits |
Subject: |
33/105: gnu: python-irc-parser-tests: Fix build and enable tests. |
Date: |
Sat, 21 Dec 2024 11:56:38 -0500 (EST) |
rekado pushed a commit to branch python-team
in repository guix.
commit a399a84b5bf5a64d44019b32870058ee601b9ce9
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Fri Dec 20 22:36:52 2024 +0100
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
---
gnu/packages/irc.scm | 7 +++----
1 file changed, 3 insertions(+), 4 deletions(-)
diff --git a/gnu/packages/irc.scm b/gnu/packages/irc.scm
index 75f0ebe482..bf5b9b5034 100644
--- a/gnu/packages/irc.scm
+++ b/gnu/packages/irc.scm
@@ -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
- 12/105: gnu: Remove egl-gbm., (continued)
- 12/105: gnu: Remove egl-gbm., guix-commits, 2024/12/21
- 18/105: gnu: make-torbrowser: Unbundle libvpx., guix-commits, 2024/12/21
- 24/105: gnu: make-torbrowser: Unbundle nss., guix-commits, 2024/12/21
- 27/105: gnu: go-github-com-arceliar-ironwood: Update to v0.0.0-20241210120540-9deb08d9f8f9., guix-commits, 2024/12/21
- 11/105: gnu: emacs-zig-mode: Update to 0.0.8-2.f0b4a48., guix-commits, 2024/12/21
- 36/105: gnu: python-statmake: Remove obsolete build phase., guix-commits, 2024/12/21
- 28/105: gnu: Add go-suah-dev-protect., guix-commits, 2024/12/21
- 34/105: gnu: python-msgspec: Update to 0.18.6., guix-commits, 2024/12/21
- 30/105: gnu: go-suah-dev-protect: Fix a lint warning., guix-commits, 2024/12/21
- 31/105: gnu: Add python-girc., guix-commits, 2024/12/21
- 33/105: gnu: python-irc-parser-tests: Fix build and enable tests.,
guix-commits <=
- 38/105: gnu: python-pyramid: Update to 2.0.2., guix-commits, 2024/12/21
- 46/105: gnu: python-scikit-build-core: Update to 0.10.7., guix-commits, 2024/12/21
- 63/105: gnu: python-biom-format: Use pyproject-build-system., guix-commits, 2024/12/21
- 65/105: gnu: python-extension-helpers: Update to 1.2.0., guix-commits, 2024/12/21
- 40/105: gnu: python-cachetools: Update to 5.5.0., guix-commits, 2024/12/21
- 69/105: gnu: python-virtualenv: Update to 20.28.0., guix-commits, 2024/12/21
- 71/105: gnu: python-devtools: Simplify., guix-commits, 2024/12/21
- 32/105: gnu: Add python-ircmatch., guix-commits, 2024/12/21
- 42/105: gnu: python-pytest-qt: Update to 4.4.0., guix-commits, 2024/12/21
- 43/105: gnu: python-nox: Update to 2024.10.09., guix-commits, 2024/12/21