diff options
| author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-09-23 18:45:42 +0100 |
|---|---|---|
| committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-09-25 09:37:00 +0100 |
| commit | 21f4bf37848876ce8321339a513ff5f294e1dec1 (patch) | |
| tree | f47db6b3ce6386848d74b286897b339f3eb536ea /gnu | |
| parent | 5ffe007379dbd3a6df9d9a271ad5f5c9988d124a (diff) | |
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
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/packages/bioinformatics.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm index 26847d6edcf..e8fb0e2d5a4 100644 --- a/gnu/packages/bioinformatics.scm +++ b/gnu/packages/bioinformatics.scm @@ -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. |
