google-compute-engine: fix imports check and set doCheck back to false
This commit is contained in:
@@ -51,7 +51,8 @@ buildPythonPackage rec {
|
|||||||
patchShebangs $out/bin/*
|
patchShebangs $out/bin/*
|
||||||
'';
|
'';
|
||||||
|
|
||||||
pythonImportsCheck = [ "import google_compute_engine" ];
|
doCheck = false;
|
||||||
|
pythonImportsCheck = [ "google_compute_engine" ];
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
description = "Google Compute Engine tools and services";
|
description = "Google Compute Engine tools and services";
|
||||||
|
|||||||
Reference in New Issue
Block a user