about summary refs log tree commit diff
path: root/pkgs/development/python-modules/google-auth-httplib2
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/python-modules/google-auth-httplib2')
-rw-r--r--pkgs/development/python-modules/google-auth-httplib2/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/python-modules/google-auth-httplib2/default.nix b/pkgs/development/python-modules/google-auth-httplib2/default.nix
index ee67860201db9..40af6ed4a0b7d 100644
--- a/pkgs/development/python-modules/google-auth-httplib2/default.nix
+++ b/pkgs/development/python-modules/google-auth-httplib2/default.nix
@@ -27,7 +27,7 @@ buildPythonPackage rec {
     httplib2
   ];
 
-  checkInputs = [
+  nativeCheckInputs = [
     flask
     mock
     pytestCheckHook