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

commit bc7f220989ca1ea06201ed3ad83458b1228dfcac
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Sun Jan 4 16:29:57 2026 +0000

    gnu: python-hic2cool: Fix tests.
    
    * gnu/packages/bioinformatics.scm (python-hic2cool) [arguments]
    <test-backend, test-flags>: Use custom.
    
    Change-Id: I1bfacc5b91a31e3bcd9434589d1d9e1a7b4d4076
---
 gnu/packages/bioinformatics.scm | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm
index e8dbe035f5..8358ba801d 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -20518,19 +20518,19 @@ efficiently.")
   (package
     (name "python-hic2cool")
     (version "1.0.1")
-    ;; pypi sources do not contain the test_data directory and no test can be
-    ;; run
     (source
      (origin
        (method git-fetch)
        (uri (git-reference
-             (url "https://github.com/4dn-dcic/hic2cool";)
-             (commit version)))
+              (url "https://github.com/4dn-dcic/hic2cool";)
+              (commit version)))
        (file-name (git-file-name name version))
        (sha256
-        (base32
-         "0k0i43z43rxbpna4hfci406ma906w893frfj3cha1n8drvhdql6c"))))
+        (base32 "0k0i43z43rxbpna4hfci406ma906w893frfj3cha1n8drvhdql6c"))))
     (build-system pyproject-build-system)
+    (arguments
+     (list #:test-backend #~'custom
+           #:test-flags #~(list "test.py")))
     (native-inputs
      (list python-poetry-core))
     (propagated-inputs

Reply via email to