mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
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>
This commit is contained in:
parent
eab15f83ff
commit
de92d50e11
1 changed files with 1 additions and 0 deletions
|
@ -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")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue