mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-04 11:15:12 +00:00
python3Packages.pynndescent: disable incompatible tests
This commit is contained in:
parent
76f186423c
commit
570a349d1b
@ -34,6 +34,16 @@ buildPythonPackage rec {
|
||||
pytestCheckHook
|
||||
];
|
||||
|
||||
disabledTests = [
|
||||
# numpy.core._exceptions._UFuncNoLoopError
|
||||
"test_sparse_nn_descent_query_accuracy_angular"
|
||||
"test_nn_descent_query_accuracy_angular"
|
||||
"test_alternative_distances"
|
||||
# scipy: ValueError: Unknown Distance Metric: wminkowski
|
||||
# https://github.com/scikit-learn/scikit-learn/pull/21741
|
||||
"test_weighted_minkowski"
|
||||
];
|
||||
|
||||
pythonImportsCheck = [
|
||||
"pynndescent"
|
||||
];
|
||||
|
Loading…
Reference in New Issue
Block a user