summaryrefslogtreecommitdiff
path: root/pkgs/development/python-modules/pythonnet
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/python-modules/pythonnet')
-rw-r--r--pkgs/development/python-modules/pythonnet/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/python-modules/pythonnet/default.nix b/pkgs/development/python-modules/pythonnet/default.nix
index 5ccb664a83a7..1f4142b3245f 100644
--- a/pkgs/development/python-modules/pythonnet/default.nix
+++ b/pkgs/development/python-modules/pythonnet/default.nix
@@ -72,7 +72,7 @@ buildPythonPackage rec {
mono
];
- checkInputs = [
+ nativeCheckInputs = [
pytestCheckHook
psutil # needed for memory leak tests
];