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 = "449fd11699f9ae23ec2ccf1b06681bb90b4c1788f82fbbf1ce1c1d2e77833eb1";
};
checkInputs = [ pytest ];
checkInputs = [ pytest mock ];
propagatedBuildInputs = [ enum34 google_api_core ];
# requires old version of google-api-core (override)