about summary refs log tree commit diff
path: root/pkgs/development/python-modules/nose-randomly
diff options
context:
space:
mode:
authorFrederik Rietdijk <fridh@fridh.nl>2019-01-05 11:54:27 +0100
committerFrederik Rietdijk <freddyrietdijk@fridh.nl>2019-01-15 10:16:12 +0100
commit5a3670b83c238e1e42102b2e032566eea8c37cea (patch)
tree6290e12bd12231fb8a36453374821ca9fe757eda /pkgs/development/python-modules/nose-randomly
parent15396247ca4b3a39987d799f3ee217bf490caf45 (diff)
pythonPackages: fix native / check inputs
Diffstat (limited to 'pkgs/development/python-modules/nose-randomly')
-rw-r--r--pkgs/development/python-modules/nose-randomly/default.nix5
1 files changed, 1 insertions, 4 deletions
diff --git a/pkgs/development/python-modules/nose-randomly/default.nix b/pkgs/development/python-modules/nose-randomly/default.nix
index a9e31016a1f81..531994d90535e 100644
--- a/pkgs/development/python-modules/nose-randomly/default.nix
+++ b/pkgs/development/python-modules/nose-randomly/default.nix
@@ -14,10 +14,7 @@ buildPythonPackage rec {
     sha256 = "361f4c2fbb090ec2bc8e5e4151e21409a09ac13f364e3448247cc01f326d89b3";
   };
 
-  checkInputs = [ numpy ];
-  propagatedBuildInputs = [
-    nose
-  ];
+  checkInputs = [ numpy nose ];
 
   checkPhase = ''
     nosetests