mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 15:22:59 +01:00
python3Packages.shap: fix pythonImportsCheck
typo
Previously, the imports check wasn't executed due to a typo.
This commit is contained in:
parent
eec992ad7f
commit
dc0e1a6815
1 changed files with 1 additions and 1 deletions
|
@ -130,7 +130,7 @@ buildPythonPackage rec {
|
|||
|
||||
#pytestFlagsArray = ["-x" "-W" "ignore"]; # uncomment this to debug
|
||||
|
||||
pythonImportCheck = [
|
||||
pythonImportsCheck = [
|
||||
"shap"
|
||||
"shap.explainers"
|
||||
"shap.explainers.other"
|
||||
|
|
Loading…
Reference in a new issue