guix_mirror_bot pushed a commit to branch next-master
in repository guix.
commit 333239a95c899ce4ad8d5f25dea34d8490c34cce
Author: Nicolas Graves <[email protected]>
AuthorDate: Sat Jan 10 20:54:10 2026 +0100
gnu: python-drep: Skip additional test.
* gnu/packages/bioinformatics.scm (python-drep)[arguments]
<#:test-flags>: Skip additional test.
---
gnu/packages/bioinformatics.scm | 1 +
1 file changed, 1 insertion(+)
diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm
index 9a7d16c4b9..889664b4a0 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -19962,6 +19962,7 @@ altering the counts or PCA space.")
"test_choose.py::test_centrality_2"
"test_choose.py::test_choose_2"
"test_choose.py::test_choose_3"
+ "test_cluster.py::test_all_vs_all_mash"
"test_cluster.py::test_cluster_functional_1"
"test_cluster.py::test_cluster_functional_3"
"test_cluster.py::test_cluster_functional_4"