Merge pull request #170159 from SuperSandro2000/scikit-learn-extra

python310Packages.scikit-learn-extra: disable failing test
This commit is contained in:
Fabian Affolter 2022-04-26 00:13:34 +02:00 committed by GitHub
commit 2ae6948012
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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