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
No known key found for this signature in database
GPG key ID: 33312B944DD97846

View file

@ -130,7 +130,7 @@ buildPythonPackage rec {
#pytestFlagsArray = ["-x" "-W" "ignore"]; # uncomment this to debug
pythonImportCheck = [
pythonImportsCheck = [
"shap"
"shap.explainers"
"shap.explainers.other"