From 58dfe324776f9fca8896e0cc837f22a995b63c48 Mon Sep 17 00:00:00 2001 From: Phillip Cloud Date: Mon, 5 Apr 2021 11:42:20 -0400 Subject: [PATCH] google-compute-engine: fix imports check and set doCheck back to false --- pkgs/tools/virtualization/google-compute-engine/default.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pkgs/tools/virtualization/google-compute-engine/default.nix b/pkgs/tools/virtualization/google-compute-engine/default.nix index 4ec8fc112e8..ad187544aea 100644 --- a/pkgs/tools/virtualization/google-compute-engine/default.nix +++ b/pkgs/tools/virtualization/google-compute-engine/default.nix @@ -51,7 +51,8 @@ buildPythonPackage rec { patchShebangs $out/bin/* ''; - pythonImportsCheck = [ "import google_compute_engine" ]; + doCheck = false; + pythonImportsCheck = [ "google_compute_engine" ]; meta = with lib; { description = "Google Compute Engine tools and services";