guix_mirror_bot pushed a commit to branch next-master
in repository guix.
commit e84e23ad7e8853dbaf58623854b4f129dee8eda7
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 bea940dbc8..a32a284072 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -19963,6 +19963,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"