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

@@ -4,6 +4,7 @@
, enum34
, google_api_core
, pytest
, mock
}:
buildPythonPackage rec {
@@ -15,7 +16,7 @@ buildPythonPackage rec {
sha256 = "e4742b98e2d69ca21864e3218805a9db7e04e06f0672f2385cf6b5361ee35605";
};
checkInputs = [ pytest ];
checkInputs = [ pytest mock ];
propagatedBuildInputs = [ enum34 google_api_core ];
checkPhase = ''