guix_mirror_bot pushed a commit to branch next-master
in repository guix.

commit e19eace180d07ec5de35b67334dbe1a4e040149d
Author: Nicolas Graves <[email protected]>
AuthorDate: Sat Jan 10 20:46:50 2026 +0100

    gnu: scregseg: Skip 'sanity-check phase.
    
    * gnu/packages/bioinformatics.scm (scregseg)
    [arguments]<#:phases>: Skip 'sanity-check phase.
    [native-inputs]: Add python-pytest.
    
    Change-Id: If28faf66025e79210850080a18b8ce35d9ec6504
    Signed-off-by: Sharlatan Hellseher <[email protected]>
---
 gnu/packages/bioinformatics.scm | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm
index e1b011d8c0..9a7d16c4b9 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -24394,9 +24394,13 @@ populations.")
          (add-after 'unpack 'compatibility
            (lambda _
              (substitute* "src/scregseg/_utils.pyx"
-               (("np.float") "float")))))))
+               (("np.float") "float"))))
+         ;; XXX: python-notebook and python-jupyter-client versions
+         ;; are incompatible.
+         (delete 'sanity-check))))
     (native-inputs
      (list python-cython
+           python-pytest
            python-setuptools))
     (propagated-inputs
      (list python-scikit-learn-1.6

Reply via email to