python3Packages.shap: fix pythonImportsCheck typo

Previously, the imports check wasn't executed due to a typo.
This commit is contained in:
Erik Arvstedt
2023-01-06 15:25:31 +01:00
parent eec992ad7f
commit dc0e1a6815
@@ -130,7 +130,7 @@ buildPythonPackage rec {
#pytestFlagsArray = ["-x" "-W" "ignore"]; # uncomment this to debug
pythonImportCheck = [
pythonImportsCheck = [
"shap"
"shap.explainers"
"shap.explainers.other"