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

+5
+5
pkgs/development/libraries/science/math/faiss/tests.nix
··· 23 "test_contrib.py" 24 ]; 25 26 nativeCheckInputs = [ 27 faiss 28 pytestCheckHook
··· 23 "test_contrib.py" 24 ]; 25 26 + disabledTests = [ 27 + # https://github.com/facebookresearch/faiss/issues/2836 28 + "test_update_codebooks_with_double" 29 + ]; 30 + 31 nativeCheckInputs = [ 32 faiss 33 pytestCheckHook