summary refs log tree commit diff
path: root/pkgs/development/python-modules/enrich/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/python-modules/enrich/default.nix')
-rw-r--r--pkgs/development/python-modules/enrich/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/python-modules/enrich/default.nix b/pkgs/development/python-modules/enrich/default.nix
index d4b08af212d..d823f3c4c84 100644
--- a/pkgs/development/python-modules/enrich/default.nix
+++ b/pkgs/development/python-modules/enrich/default.nix
@@ -13,7 +13,7 @@ buildPythonPackage rec {
 
   propagatedBuildInputs = [ rich ];
 
-  checkInputs = [ pytestCheckHook pytest-mock ];
+  nativeCheckInputs = [ pytestCheckHook pytest-mock ];
 
   disabledTests = [
     # console output order is racy