summary refs log tree commit diff
path: root/pkgs/development/python-modules/opensimplex/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/python-modules/opensimplex/default.nix')
-rw-r--r--pkgs/development/python-modules/opensimplex/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/python-modules/opensimplex/default.nix b/pkgs/development/python-modules/opensimplex/default.nix
index a30933e806d..bcbbd28178e 100644
--- a/pkgs/development/python-modules/opensimplex/default.nix
+++ b/pkgs/development/python-modules/opensimplex/default.nix
@@ -18,7 +18,7 @@ buildPythonPackage rec {
 
   propagatedBuildInputs = [ numpy ];
 
-  checkInputs = [ pytestCheckHook ];
+  nativeCheckInputs = [ pytestCheckHook ];
   pytestFlagsArray = [ "tests/test_opensimplex.py" ];
   pythonImportsCheck = [ "opensimplex" ];