python.pkgs.google_could_*: add mock to checkInputs

This commit is contained in:
Robert Schütz
2019-02-03 11:56:30 +01:00
parent 94bc037ce3
commit c3f6a178b1
15 changed files with 30 additions and 15 deletions

View File

@@ -3,6 +3,7 @@
, fetchPypi
, google_api_core
, pytest
, mock
}:
buildPythonPackage rec {
@@ -14,7 +15,7 @@ buildPythonPackage rec {
sha256 = "3acbb1bd9e25fd233ae321c137a58306d5d0ef262e3cbe825c511c8ef55b33a2";
};
checkInputs = [ pytest ];
checkInputs = [ pytest mock ];
propagatedBuildInputs = [ google_api_core ];
checkPhase = ''