mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-04-06 21:20:33 +02:00
gnu: python-louvain: Run tests with unittests.
* gnu/packages/graph.scm (python-louvain) [arguments]<#:test-backend>: Set it. [native-inputs]: Remove python-pytest. [propagated-inputs]: Improve style. Change-Id: Icb00e04f4cd377b8d7d0256eb305ecd5e3618618 Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
This commit is contained in:
committed by
Sharlatan Hellseher
parent
d7d35d1f76
commit
861a1ed5d1
@@ -320,10 +320,9 @@ lines.")
|
||||
(sha256
|
||||
(base32 "0sx53l555rwq0z7if8agirjgw4ddp8r9b949wwz8vlig03sjvfmp"))))
|
||||
(build-system pyproject-build-system)
|
||||
(native-inputs
|
||||
(list python-pytest python-setuptools))
|
||||
(propagated-inputs
|
||||
(list python-networkx python-numpy))
|
||||
(arguments (list #:test-backend #~'unittest))
|
||||
(native-inputs (list python-setuptools))
|
||||
(propagated-inputs (list python-networkx python-numpy))
|
||||
(home-page "https://github.com/taynaud/python-louvain")
|
||||
(synopsis "Louvain algorithm for community detection")
|
||||
(description
|
||||
|
||||
Reference in New Issue
Block a user