From b58e99b78968b3387bd0737b01d778136998df2d Mon Sep 17 00:00:00 2001 From: Nicolas Graves Date: Sat, 20 Sep 2025 20:18:20 +0200 Subject: [PATCH] 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 --- gnu/packages/machine-learning.scm | 1 + 1 file changed, 1 insertion(+) diff --git a/gnu/packages/machine-learning.scm b/gnu/packages/machine-learning.scm index 4856f27b8e6bb757d97924b9bc5047b007143a9e..8d8e879c1ecac38653a6878e5dad11e91c488047 100644 --- a/gnu/packages/machine-learning.scm +++ b/gnu/packages/machine-learning.scm @@ -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")