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