mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-02 02:03:21 +00:00
Merge pull request #170159 from SuperSandro2000/scikit-learn-extra
python310Packages.scikit-learn-extra: disable failing test
This commit is contained in:
commit
2ae6948012
@ -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 New Issue
Block a user