about summary refs log tree commit diff
path: root/nixpkgs/pkgs/development/python2-modules/hypothesis/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixpkgs/pkgs/development/python2-modules/hypothesis/default.nix')
-rw-r--r--nixpkgs/pkgs/development/python2-modules/hypothesis/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixpkgs/pkgs/development/python2-modules/hypothesis/default.nix b/nixpkgs/pkgs/development/python2-modules/hypothesis/default.nix
index 47bc8860bc54..f1eb403d8109 100644
--- a/nixpkgs/pkgs/development/python2-modules/hypothesis/default.nix
+++ b/nixpkgs/pkgs/development/python2-modules/hypothesis/default.nix
@@ -29,7 +29,7 @@ buildPythonPackage rec {
     sortedcontainers
   ] ++ lib.optional (!isPy3k) enum34;
 
-  checkInputs = [ pytest pytest-xdist flaky mock pexpect ];
+  nativeCheckInputs = [ pytest pytest-xdist flaky mock pexpect ];
   inherit doCheck;
 
   checkPhase = ''