python3Packages.usearch: skip failing tests on aarch64-linux
This commit is contained in:
@@ -59,6 +59,12 @@ buildPythonPackage {
|
||||
writableTmpDirAsHomeHook
|
||||
];
|
||||
|
||||
disabledTests = lib.optionals (stdenv.hostPlatform.isLinux && stdenv.hostPlatform.isAarch64) [
|
||||
# Numerical precision error (AssertionError)
|
||||
"test_index_clustering"
|
||||
"test_index_retrieval"
|
||||
];
|
||||
|
||||
meta = {
|
||||
inherit (pkgs.usearch.meta)
|
||||
description
|
||||
|
||||
Reference in New Issue
Block a user