From 8a9641f84e37a9d3626fb08b8e8aa0568c78ab8f Mon Sep 17 00:00:00 2001 From: Peder Bergebakken Sundt Date: Fri, 30 May 2025 20:15:03 +0200 Subject: [PATCH] python313Packages.opensfm: disable flaky test --- pkgs/development/python-modules/opensfm/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/pkgs/development/python-modules/opensfm/default.nix b/pkgs/development/python-modules/opensfm/default.nix index c7b8f3f7a368..58f6003d7c5a 100644 --- a/pkgs/development/python-modules/opensfm/default.nix +++ b/pkgs/development/python-modules/opensfm/default.nix @@ -125,6 +125,7 @@ buildPythonPackage rec { disabledTests = [ "test_run_all" # Matplotlib issues. Broken integration is less useless than a broken build + "test_match_candidates_from_metadata_bow" # flaky ] ++ lib.optionals stdenv.hostPlatform.isDarwin [ "test_reconstruction_incremental"