python310Packages.scikit-learn-extra: disable failing test

This commit is contained in:
Sandro Jäckel 2022-04-25 02:06:05 +02:00
parent 889e84c7d0
commit 2bc5c67f1c
No known key found for this signature in database
GPG key ID: 3AF5A43A3EECC2E5

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