about summary refs log tree commit diff
path: root/pkgs/development
diff options
context:
space:
mode:
authorWeijia Wang <9713184+wegank@users.noreply.github.com>2024-05-12 19:33:42 +0200
committerGitHub <noreply@github.com>2024-05-12 19:33:42 +0200
commit6e42ddf7ba389e9774e307dfd3e3f6f7c14b27bc (patch)
tree532a8cada29c14495c455a966e284da50ab576b1 /pkgs/development
parent47965cbb0e081cec67a1103994b1c42d0002ac55 (diff)
parent74119392fcc7cb1366feef27d360ef9b6357c0a0 (diff)
Merge pull request #311082 from pbsds/fix-accelerate-1715523581
python311Packages.accelerate: disable nondeterministic test
Diffstat (limited to 'pkgs/development')
-rw-r--r--pkgs/development/python-modules/accelerate/default.nix3
1 files changed, 3 insertions, 0 deletions
diff --git a/pkgs/development/python-modules/accelerate/default.nix b/pkgs/development/python-modules/accelerate/default.nix
index 61b3c53e834cb..b32cadab4b2de 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") [