~ruther/guix-local

4ddb32647513c61b72531c80e9d573b2fc696dc0 — Sharlatan Hellseher 2 months ago 5890db3
gnu: python-hic2cool: Fix tests.

* gnu/packages/bioinformatics.scm (python-hic2cool) [arguments]
<test-backend, test-flags>: Use custom.

Change-Id: I1bfacc5b91a31e3bcd9434589d1d9e1a7b4d4076
Signed-off-by: Rutherther <rutherther@ditigal.xyz>
1 files changed, 6 insertions(+), 6 deletions(-)

M gnu/packages/bioinformatics.scm
M gnu/packages/bioinformatics.scm => gnu/packages/bioinformatics.scm +6 -6
@@ 20523,19 20523,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