Unverified Commit 259b6ca1 authored by Gaétan Lepage's avatar Gaétan Lepage Committed by GitHub
Browse files

python3Packages.accelerate: disable test that fails on Darwin (#494591)

parents 5ebbe365 8782ed0e
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -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