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>
1 files changed, 1 insertions(+), 0 deletions(-) M gnu/packages/machine-learning.scm
M gnu/packages/machine-learning.scm => gnu/packages/machine-learning.scm +1 -0
@@ 1134,6 1134,7 @@ depend on language-specific pre- or post-processing.") (sha256 (base32 "018ilrp41fcclmb5lsml3aijwbmhbq3m7wy65hr1fryj0avic8fr")))) (build-system pyproject-build-system) (arguments (list #:test-backend #~'unittest)) (native-inputs (list python-setuptools python-wheel)) (home-page "https://github.com/sofiatolaosebikan/hopcroftkarp") (synopsis "Implementation of the Hopcroft-Karp algorithm")