summary refs log tree commit diff
path: root/pkgs/development/python-modules/attrs/tests.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/python-modules/attrs/tests.nix')
-rw-r--r--pkgs/development/python-modules/attrs/tests.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/python-modules/attrs/tests.nix b/pkgs/development/python-modules/attrs/tests.nix
index fddf467665c..2614716d71d 100644
--- a/pkgs/development/python-modules/attrs/tests.nix
+++ b/pkgs/development/python-modules/attrs/tests.nix
@@ -14,7 +14,7 @@ buildPythonPackage {
   dontBuild = true;
   dontInstall = true;
 
-  checkInputs = [
+  nativeCheckInputs = [
     attrs
     hypothesis
     pytestCheckHook