summary refs log tree commit diff
path: root/pkgs/development/python-modules/ripe-atlas-cousteau/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/python-modules/ripe-atlas-cousteau/default.nix')
-rw-r--r--pkgs/development/python-modules/ripe-atlas-cousteau/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/python-modules/ripe-atlas-cousteau/default.nix b/pkgs/development/python-modules/ripe-atlas-cousteau/default.nix
index 34b22109d8e..639d2637f80 100644
--- a/pkgs/development/python-modules/ripe-atlas-cousteau/default.nix
+++ b/pkgs/development/python-modules/ripe-atlas-cousteau/default.nix
@@ -35,7 +35,7 @@ buildPythonPackage rec {
     python-socketio
   ] ++ python-socketio.optional-dependencies.client;
 
-  checkInputs = [
+  nativeCheckInputs = [
     pytestCheckHook
     jsonschema
   ];