guix_mirror_bot pushed a commit to branch python-team
in repository guix.
commit c87566536015f73108c4474da8850e3863e483b4
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Sun Jul 12 23:50:34 2026 +0100
gnu: python-graphtools: Skip one test.
* gnu/packages/graph.scm (python-graphtools):
[arguments] <#:test-flags>: Skip one failing test.
---
gnu/packages/graph.scm | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/gnu/packages/graph.scm b/gnu/packages/graph.scm
index b1d031bd5e..67a0a33aab 100644
--- a/gnu/packages/graph.scm
+++ b/gnu/packages/graph.scm
@@ -384,7 +384,10 @@ algorithm for community detection in large networks.")
(build-system pyproject-build-system)
(arguments
(list
- ;; tests: 231 passed, 2 warnings
+ ;; tests: 230 passed, 1 deselected
+ #:test-flags
+ ;; XXX: Arrays are not equal.
+ #~(list "--deselect=test/test_mnn.py::test_mnn_graph_decay")
#:phases
#~(modify-phases %standard-phases
(add-after 'unpack 'fix-pytest-config