summaryrefslogtreecommitdiff
path: root/gnu/packages/python-science.scm
diff options
context:
space:
mode:
authorNicolas Graves <ngraves@ngraves.fr>2025-09-20 19:31:57 +0200
committerSharlatan Hellseher <sharlatanus@gmail.com>2025-09-25 09:36:38 +0100
commitde92d50e115e6f77216ea7b6108df9348b0541a8 (patch)
treebda821e8818f70eaf60043adb8f6d638e6f79aac /gnu/packages/python-science.scm
parenteab15f83ffc7ba7111c9192d2577490e12c131a0 (diff)
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 <sharlatanus@gmail.com>
Diffstat (limited to 'gnu/packages/python-science.scm')
-rw-r--r--gnu/packages/python-science.scm1
1 files changed, 1 insertions, 0 deletions
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")