summary refs log tree commit diff
path: root/pkgs/development/python-modules/cached-property/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/python-modules/cached-property/default.nix')
-rw-r--r--pkgs/development/python-modules/cached-property/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/python-modules/cached-property/default.nix b/pkgs/development/python-modules/cached-property/default.nix
index 72bf870c37b..90cfc63b762 100644
--- a/pkgs/development/python-modules/cached-property/default.nix
+++ b/pkgs/development/python-modules/cached-property/default.nix
@@ -14,7 +14,7 @@ buildPythonPackage rec {
     sha256 = "9fa5755838eecbb2d234c3aa390bd80fbd3ac6b6869109bfc1b499f7bd89a130";
   };
 
-  checkInputs = [ pytestCheckHook freezegun ];
+  nativeCheckInputs = [ pytestCheckHook freezegun ];
 
   disabledTests = [
     # https://github.com/pydanny/cached-property/issues/131