python310Packages.scikit-learn-extra: disable failing test

main
Sandro Jäckel 2 years ago
parent 889e84c7d0
commit 2bc5c67f1c
No known key found for this signature in database
GPG Key ID: 3AF5A43A3EECC2E5
  1. 1
      pkgs/development/python-modules/scikit-learn-extra/default.nix

@ -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…
Cancel
Save