summary refs log tree commit diff
path: root/pkgs/development/python-modules/tappy/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/python-modules/tappy/default.nix')
-rw-r--r--pkgs/development/python-modules/tappy/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/python-modules/tappy/default.nix b/pkgs/development/python-modules/tappy/default.nix
index 612edc0e616..d2a311f7e95 100644
--- a/pkgs/development/python-modules/tappy/default.nix
+++ b/pkgs/development/python-modules/tappy/default.nix
@@ -16,7 +16,7 @@ buildPythonPackage rec {
     sha256 = "3c0cd45212ad5a25b35445964e2517efa000a118a1bfc3437dae828892eaf1e1";
   };
 
-  checkInputs = [ pytestCheckHook ];
+  nativeCheckInputs = [ pytestCheckHook ];
 
   pythonImportsCheck = [ "tap" ];