pythonPackages.python-louvain: reenable tests

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