summary refs log tree commit diff
path: root/pkgs/development/python-modules/astor/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/python-modules/astor/default.nix')
-rw-r--r--pkgs/development/python-modules/astor/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/python-modules/astor/default.nix b/pkgs/development/python-modules/astor/default.nix
index fec7e2aa3b7..f69afaf5525 100644
--- a/pkgs/development/python-modules/astor/default.nix
+++ b/pkgs/development/python-modules/astor/default.nix
@@ -15,7 +15,7 @@ buildPythonPackage rec {
   };
 
   # disable tests broken with python3.6: https://github.com/berkerpeksag/astor/issues/89
-  checkInputs = [
+  nativeCheckInputs = [
     pytestCheckHook
   ];