guix_mirror_bot pushed a commit to branch python-team
in repository guix.
commit 91357d41e3cf5d20bdff533ec55c6e0597e1c674
Author: Nicolas Graves <[email protected]>
AuthorDate: Sat Sep 20 19:31:57 2025 +0200
gnu: python-fastcluster: Fix tests.
* gnu/packages/python-science.scm (python-fastcluster)[arguments]
<#:test-backend>: Set it.
Change-Id: I0f9a0dc37b1ee1130b5f680710723977c7207ab4
Signed-off-by: Sharlatan Hellseher <[email protected]>
---
gnu/packages/python-science.scm | 1 +
1 file changed, 1 insertion(+)
diff --git a/gnu/packages/python-science.scm b/gnu/packages/python-science.scm
index e7c32481e9..64becc80c4 100644
--- a/gnu/packages/python-science.scm
+++ b/gnu/packages/python-science.scm
@@ -1350,6 +1350,7 @@ that is 20-25x faster than @code{numpy.histogram2d}.")
(sha256
(base32 "19labbgnq85p4r4jbli2p045lgh57larhi2g2anagfxnlzpqdf5a"))))
(build-system pyproject-build-system)
+ (arguments (list #:test-backend #~'unittest))
(propagated-inputs (list python-numpy))
(native-inputs (list python-scipy python-setuptools python-wheel))
(home-page "https://danifold.net/fastcluster.html")