guix_mirror_bot pushed a commit to branch python-team
in repository guix.

commit bd2cc900db3a431dcf1f7a33bc2b5932bac2346e
Author: Nicolas Graves <[email protected]>
AuthorDate: Sat Sep 20 20:18:20 2025 +0200

    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 <[email protected]>
---
 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 bd8b232615..ff0ace2efd 100644
--- a/gnu/packages/machine-learning.scm
+++ b/gnu/packages/machine-learning.scm
@@ -1075,6 +1075,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")

Reply via email to