mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 07:13:23 +01:00
Merge pull request #127926 from erictapen/python-louvain-enable-tests
This commit is contained in:
commit
0a1e28575d
1 changed files with 0 additions and 3 deletions
|
@ -15,9 +15,6 @@ buildPythonPackage rec {
|
|||
|
||||
propagatedBuildInputs = [ networkx numpy ];
|
||||
|
||||
# no tests
|
||||
doCheck = false;
|
||||
|
||||
pythonImportsCheck = [ "community" ];
|
||||
|
||||
meta = with lib; {
|
||||
|
|
Loading…
Reference in a new issue