summary refs log tree commit diff
path: root/pkgs/development/python-modules/bundlewrap/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/python-modules/bundlewrap/default.nix')
-rw-r--r--pkgs/development/python-modules/bundlewrap/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/python-modules/bundlewrap/default.nix b/pkgs/development/python-modules/bundlewrap/default.nix
index 75e3cd4f4b3..8c5be6384f3 100644
--- a/pkgs/development/python-modules/bundlewrap/default.nix
+++ b/pkgs/development/python-modules/bundlewrap/default.nix
@@ -36,7 +36,7 @@ buildPythonPackage rec {
 
   pythonImportsCheck = [ "bundlewrap" ];
 
-  checkInputs = [ pytestCheckHook ];
+  nativeCheckInputs = [ pytestCheckHook ];
 
   pytestFlagsArray = [
     # only unit tests as integration tests need a OpenSSH client/server setup