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 = "d965d986053b49e4005b6b6cdf035d7dd4a3b64dcfb6325050b70c97831f8d6f";
};
checkInputs = [ pytest ];
checkInputs = [ pytest mock ];
propagatedBuildInputs = [ google_api_core ];
checkPhase = ''