mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: python-hopcroftkarp: Fix tests.
* gnu/packages/machine-learning.scm (python-hopcroftkarp)[arguments] <#:test-backend>: Set it. Change-Id: I024ae8e72e7cecb2088eed1002ab0b2428ca732d Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
This commit is contained in:
parent
4a6970a57e
commit
b58e99b789
1 changed files with 1 additions and 0 deletions
|
@ -1134,6 +1134,7 @@ depend on language-specific pre- or post-processing.")
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "018ilrp41fcclmb5lsml3aijwbmhbq3m7wy65hr1fryj0avic8fr"))))
|
(base32 "018ilrp41fcclmb5lsml3aijwbmhbq3m7wy65hr1fryj0avic8fr"))))
|
||||||
(build-system pyproject-build-system)
|
(build-system pyproject-build-system)
|
||||||
|
(arguments (list #:test-backend #~'unittest))
|
||||||
(native-inputs (list python-setuptools python-wheel))
|
(native-inputs (list python-setuptools python-wheel))
|
||||||
(home-page "https://github.com/sofiatolaosebikan/hopcroftkarp")
|
(home-page "https://github.com/sofiatolaosebikan/hopcroftkarp")
|
||||||
(synopsis "Implementation of the Hopcroft-Karp algorithm")
|
(synopsis "Implementation of the Hopcroft-Karp algorithm")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue