This is an automated email from the git hooks/post-receive script.
guix_mirror_bot pushed a commit to branch python-team
in repository guix.
The following commit(s) were added to refs/heads/python-team by this push:
new 8bbf7324f3 gnu: python-circe: Disable tests.
8bbf7324f3 is described below
commit 8bbf7324f3c0ec906c6acb6a8b0cd9b2a373688f
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Tue Sep 23 18:45:42 2025 +0100
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
---
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 26847d6edc..e8fb0e2d5a 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.