tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
pythonPackages.python-louvain: reenable tests
Kerstin Humm
4 years ago
db2ce99e
78fcfc56
-3
1 changed file
expand all
collapse all
unified
split
pkgs
development
python-modules
python-louvain
default.nix
-3
pkgs/development/python-modules/python-louvain/default.nix
···
15
15
16
16
propagatedBuildInputs = [ networkx numpy ];
17
17
18
18
-
# no tests
19
19
-
doCheck = false;
20
20
-
21
18
pythonImportsCheck = [ "community" ];
22
19
23
20
meta = with lib; {