Merge pull request #170159 from SuperSandro2000/scikit-learn-extra
python310Packages.scikit-learn-extra: disable failing test
This commit is contained in:
commit
2ae6948012
1 changed files with 1 additions and 0 deletions
|
@ -38,6 +38,7 @@ buildPythonPackage rec {
|
|||
];
|
||||
disabledTests = [
|
||||
"build" # needs network connection
|
||||
"test_all_estimators" # sklearn.exceptions.NotFittedError: Estimator fails to pass `check_is_fitted` even though it has been fit.
|
||||
];
|
||||
|
||||
# Check packages with cythonized modules
|
||||
|
|
Loading…
Reference in a new issue