python3Packages.accelerate: disable test that fails in nixpkgs-review
Testing test_config_compatibility in two pythons simultaneously causes a port conflict on Darwin.
This commit is contained in:
@@ -149,6 +149,10 @@ buildPythonPackage rec {
|
||||
++ lib.optionals (stdenv.hostPlatform.isDarwin && stdenv.hostPlatform.isx86_64) [
|
||||
# RuntimeError: torch_shm_manager: execl failed: Permission denied
|
||||
"CheckpointTest"
|
||||
]
|
||||
++ lib.optionals stdenv.hostPlatform.isDarwin [
|
||||
# Fails in nixpkgs-review due to a port conflict with simultaneous python builds
|
||||
"test_config_compatibility"
|
||||
];
|
||||
|
||||
disabledTestPaths = lib.optionals (!(stdenv.hostPlatform.isLinux && stdenv.hostPlatform.isx86_64)) [
|
||||
|
||||
Reference in New Issue
Block a user