1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-05-28 03:51:53 +02:00

gnu: python-louvain: Fix tests.

* gnu/packages/graph.scm (python-louvain)[native-inputs]: Remove
python-wheel; add python-pytest.

Change-Id: I9a4b292c2bd83133ad28640cfa32041255374311
This commit is contained in:
Sharlatan Hellseher
2025-09-21 08:59:25 +01:00
parent b197997a6d
commit 4b93376653
+1 -1
View File
@@ -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")