Merge pull request #127926 from erictapen/python-louvain-enable-tests

This commit is contained in:
Sandro 2021-06-23 17:30:51 +02:00 committed by GitHub
commit 0a1e28575d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -15,9 +15,6 @@ buildPythonPackage rec {
propagatedBuildInputs = [ networkx numpy ];
# no tests
doCheck = false;
pythonImportsCheck = [ "community" ];
meta = with lib; {