summary refs log tree commit diff
path: root/pkgs/development/libraries/science/math/faiss/tests.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/libraries/science/math/faiss/tests.nix')
-rw-r--r--pkgs/development/libraries/science/math/faiss/tests.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/libraries/science/math/faiss/tests.nix b/pkgs/development/libraries/science/math/faiss/tests.nix
index fcf57a8bc9f..fdc8d9259e2 100644
--- a/pkgs/development/libraries/science/math/faiss/tests.nix
+++ b/pkgs/development/libraries/science/math/faiss/tests.nix
@@ -21,7 +21,7 @@ buildPythonPackage {
     "test_contrib.py"
   ];
 
-  checkInputs = [
+  nativeCheckInputs = [
     faiss
     pytestCheckHook
     scipy