summary refs log tree commit diff
path: root/pkgs/development/python-modules/google_cloud_iot
diff options
context:
space:
mode:
authorRobert Schütz <robert.schuetz@stud.uni-heidelberg.de>2019-02-03 11:56:30 +0100
committerRobert Schütz <robert.schuetz@stud.uni-heidelberg.de>2019-02-03 11:59:58 +0100
commitc3f6a178b1891e9bff706f000daf9296c927f069 (patch)
tree904a524f0927acc3b2d6a208751503cfa577becc /pkgs/development/python-modules/google_cloud_iot
parent94bc037ce3e531c3f345d08004f2829791a730a3 (diff)
downloadnixpkgs-c3f6a178b1891e9bff706f000daf9296c927f069.tar
nixpkgs-c3f6a178b1891e9bff706f000daf9296c927f069.tar.gz
nixpkgs-c3f6a178b1891e9bff706f000daf9296c927f069.tar.bz2
nixpkgs-c3f6a178b1891e9bff706f000daf9296c927f069.tar.lz
nixpkgs-c3f6a178b1891e9bff706f000daf9296c927f069.tar.xz
nixpkgs-c3f6a178b1891e9bff706f000daf9296c927f069.tar.zst
nixpkgs-c3f6a178b1891e9bff706f000daf9296c927f069.zip
python.pkgs.google_could_*: add mock to checkInputs
Diffstat (limited to 'pkgs/development/python-modules/google_cloud_iot')
-rw-r--r--pkgs/development/python-modules/google_cloud_iot/default.nix3
1 files changed, 2 insertions, 1 deletions
diff --git a/pkgs/development/python-modules/google_cloud_iot/default.nix b/pkgs/development/python-modules/google_cloud_iot/default.nix
index 99eb35f1b4e..1e103ab1425 100644
--- a/pkgs/development/python-modules/google_cloud_iot/default.nix
+++ b/pkgs/development/python-modules/google_cloud_iot/default.nix
@@ -5,6 +5,7 @@
 , grpc_google_iam_v1
 , google_api_core
 , pytest
+, mock
 }:
 
 buildPythonPackage rec {
@@ -16,7 +17,7 @@ buildPythonPackage rec {
     sha256 = "b274fb5d38cfaa556a07943d9c9a23ca4aa3ecca51135a70325e1c95fa699474";
   };
 
-  checkInputs = [ pytest ];
+  checkInputs = [ pytest mock ];
   propagatedBuildInputs = [ enum34 grpc_google_iam_v1 google_api_core ];
 
   checkPhase = ''