faiss.tests.pytest: disable a failing float-vs-double test

This commit is contained in:
Someone Serge 2023-05-04 20:20:51 +03:00
parent 416dba1bbc
commit f66901ff23
No known key found for this signature in database
GPG key ID: 7B0E3B1390D61DA4

View file

@ -23,6 +23,11 @@ buildPythonPackage {
"test_contrib.py"
];
disabledTests = [
# https://github.com/facebookresearch/faiss/issues/2836
"test_update_codebooks_with_double"
];
nativeCheckInputs = [
faiss
pytestCheckHook