Merge pull request #311082 from pbsds/fix-accelerate-1715523581

python311Packages.accelerate: disable nondeterministic test
This commit is contained in:
Weijia Wang 2024-05-12 19:33:42 +02:00 committed by GitHub
commit 6e42ddf7ba
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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") [