~ruther/guix-local

dcca820951aed7b734b1524db0d7ab9f35db68df — Nicolas Graves 4 months ago 9c42493
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 <sharlatanus@gmail.com>
Signed-off-by: Rutherther <rutherther@ditigal.xyz>
1 files changed, 5 insertions(+), 1 deletions(-)

M gnu/packages/bioinformatics.scm
M gnu/packages/bioinformatics.scm => gnu/packages/bioinformatics.scm +5 -1
@@ 24406,9 24406,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