guix_mirror_bot pushed a commit to branch python-team
in repository guix.
commit eebd1bc8a1bb9f09f587ce7addfdbfc32cfe8402
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Sun Sep 21 08:59:25 2025 +0100
gnu: python-louvain: Fix tests.
* gnu/packages/graph.scm (python-louvain)[native-inputs]: Remove
python-wheel; add python-pytest.
Change-Id: I9a4b292c2bd83133ad28640cfa32041255374311
---
gnu/packages/graph.scm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gnu/packages/graph.scm b/gnu/packages/graph.scm
index e9091e7399..35af0829bc 100644
--- a/gnu/packages/graph.scm
+++ b/gnu/packages/graph.scm
@@ -321,7 +321,7 @@ lines.")
(base32 "0sx53l555rwq0z7if8agirjgw4ddp8r9b949wwz8vlig03sjvfmp"))))
(build-system pyproject-build-system)
(native-inputs
- (list python-setuptools python-wheel))
+ (list python-pytest python-setuptools))
(propagated-inputs
(list python-networkx python-numpy))
(home-page "https://github.com/taynaud/python-louvain")