diff --git a/pkgs/development/python-modules/shap/default.nix b/pkgs/development/python-modules/shap/default.nix index 661c6622195..2f0660aafd5 100644 --- a/pkgs/development/python-modules/shap/default.nix +++ b/pkgs/development/python-modules/shap/default.nix @@ -130,7 +130,7 @@ buildPythonPackage rec { #pytestFlagsArray = ["-x" "-W" "ignore"]; # uncomment this to debug - pythonImportCheck = [ + pythonImportsCheck = [ "shap" "shap.explainers" "shap.explainers.other"