mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-26 10:30:32 +00:00
python3Packages.accelerate: disable test that fails on Darwin under nixpkgs-review
This commit is contained in:
@@ -165,6 +165,9 @@ buildPythonPackage (finalAttrs: {
|
||||
|
||||
# Illegal instruction (x86_64) / Trace/BPT Error 5 (aarch64)
|
||||
"test_can_pickle_dataloader"
|
||||
|
||||
# ImportError: cannot import name 'PretrainedConfig' from 'transformers.modeling_utils'
|
||||
"test_nested_hook"
|
||||
]
|
||||
++ lib.optionals (stdenv.hostPlatform.isDarwin && stdenv.hostPlatform.isx86_64) [
|
||||
# RuntimeError: torch_shm_manager: execl failed: Permission denied
|
||||
|
||||
Reference in New Issue
Block a user