pythonPackages.python-louvain: reenable tests

-3
-3
pkgs/development/python-modules/python-louvain/default.nix
··· 15 16 propagatedBuildInputs = [ networkx numpy ]; 17 18 - # no tests 19 - doCheck = false; 20 - 21 pythonImportsCheck = [ "community" ]; 22 23 meta = with lib; {
··· 15 16 propagatedBuildInputs = [ networkx numpy ]; 17 18 pythonImportsCheck = [ "community" ]; 19 20 meta = with lib; {