From 74119392fcc7cb1366feef27d360ef9b6357c0a0 Mon Sep 17 00:00:00 2001 From: Peder Bergebakken Sundt Date: Sun, 12 May 2024 16:28:44 +0200 Subject: [PATCH] python311Packages.accelerate: disable nondeterministic test --- pkgs/development/python-modules/accelerate/default.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pkgs/development/python-modules/accelerate/default.nix b/pkgs/development/python-modules/accelerate/default.nix index 61b3c53e834c..b32cadab4b2d 100644 --- a/pkgs/development/python-modules/accelerate/default.nix +++ b/pkgs/development/python-modules/accelerate/default.nix @@ -77,6 +77,9 @@ buildPythonPackage rec { "test_remote_code" "test_transformers_model" + # nondeterministic, tests GC behaviour by thresholding global ram usage + "test_free_memory_dereferences_prepared_components" + # set the environment variable, CC, which conflicts with standard environment "test_patch_environment_key_exists" ] ++ lib.optionals (pythonAtLeast "3.12") [