google-compute-engine: fix imports check and set doCheck back to false

This commit is contained in:
Phillip Cloud 2021-04-05 11:42:20 -04:00
parent 3568e9526d
commit 58dfe32477

View file

@ -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";