From 21f4bf37848876ce8321339a513ff5f294e1dec1 Mon Sep 17 00:00:00 2001 From: Sharlatan Hellseher Date: Tue, 23 Sep 2025 18:45:42 +0100 Subject: [PATCH] gnu: python-circe: Disable tests. * gnu/packages/bioinformatics.scm (python-circe)[arguments] : Tests hang during collection then timeout. [native-inputs]: Remove python-wheel. Change-Id: Ibd9adf352c733626627f73ecad01205bcc80a44c --- gnu/packages/bioinformatics.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm index 26847d6edcf114a2ea71b7270a4a25a8b10896c0..e8fb0e2d5a45f52be8df8bee758c18ccad471127 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.