~ruther/guix-local

21f4bf37848876ce8321339a513ff5f294e1dec1 — Sharlatan Hellseher 6 months ago 5ffe007
gnu: python-circe: Disable tests.

* gnu/packages/bioinformatics.scm (python-circe)[arguments] <tests?>:
Tests hang during collection then timeout.
[native-inputs]: Remove python-wheel.

Change-Id: Ibd9adf352c733626627f73ecad01205bcc80a44c
1 files changed, 2 insertions(+), 2 deletions(-)

M gnu/packages/bioinformatics.scm
M gnu/packages/bioinformatics.scm => gnu/packages/bioinformatics.scm +2 -2
@@ 4991,11 4991,11 @@ long-read sequencing data.")
     (list lapack openblas))
    (native-inputs
     (list python-cython
           python-setuptools
           python-pybiomart
           python-wheel))
           python-setuptools))
    (arguments
     (list
      #:tests? #f       ;XXX: tests hangs during collection
      #:phases
      '(modify-phases %standard-phases
         ;; Numba needs a writable dir to cache functions.