mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 21:50:55 +00:00
pythonPackages.python-louvain: reenable tests
This commit is contained in:
parent
78fcfc560f
commit
db2ce99e1c
|
@ -15,9 +15,6 @@ buildPythonPackage rec {
|
|||
|
||||
propagatedBuildInputs = [ networkx numpy ];
|
||||
|
||||
# no tests
|
||||
doCheck = false;
|
||||
|
||||
pythonImportsCheck = [ "community" ];
|
||||
|
||||
meta = with lib; {
|
||||
|
|
Loading…
Reference in a new issue