summary refs log tree commit diff
path: root/pkgs/development/python-modules
diff options
context:
space:
mode:
authorWill Dietz <w@wdtz.org>2018-02-23 01:38:04 -0600
committerWill Dietz <w@wdtz.org>2018-02-23 01:38:04 -0600
commitdd3e8c6c1784417ff2209db9342a2113ee23648a (patch)
treec0527470a7d50fc2adc186df62cf0e6f1940a310 /pkgs/development/python-modules
parent4d2a0cb605a9fcbdaa516e71274bfce1da5e650b (diff)
downloadnixlib-dd3e8c6c1784417ff2209db9342a2113ee23648a.tar
nixlib-dd3e8c6c1784417ff2209db9342a2113ee23648a.tar.gz
nixlib-dd3e8c6c1784417ff2209db9342a2113ee23648a.tar.bz2
nixlib-dd3e8c6c1784417ff2209db9342a2113ee23648a.tar.lz
nixlib-dd3e8c6c1784417ff2209db9342a2113ee23648a.tar.xz
nixlib-dd3e8c6c1784417ff2209db9342a2113ee23648a.tar.zst
nixlib-dd3e8c6c1784417ff2209db9342a2113ee23648a.zip
grip: buildInputs -> checkInputs
Diffstat (limited to 'pkgs/development/python-modules')
-rw-r--r--pkgs/development/python-modules/grip/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/python-modules/grip/default.nix b/pkgs/development/python-modules/grip/default.nix
index d163b0bd5dca..c11bcaa5baa5 100644
--- a/pkgs/development/python-modules/grip/default.nix
+++ b/pkgs/development/python-modules/grip/default.nix
@@ -33,7 +33,7 @@ buildPythonPackage rec {
     })
   ];
 
-  buildInputs = [ pytest responses ];
+  checkInputs = [ pytest responses ];
 
   propagatedBuildInputs = [ docopt flask markdown path-and-address pygments requests tabulate ];