python3Packages.mmcv: skip crashing test on x86_64-darwin
This commit is contained in:
@@ -140,6 +140,10 @@ buildPythonPackage (finalAttrs: {
|
||||
"test_ycbcr2rgb"
|
||||
"test_ycbcr2bgr"
|
||||
"test_tensor2imgs"
|
||||
]
|
||||
++ lib.optionals (stdenv.hostPlatform.isDarwin && stdenv.hostPlatform.isx86_64) [
|
||||
# Fatal Python error: Segmentation fault
|
||||
"test_transform"
|
||||
];
|
||||
|
||||
meta = {
|
||||
|
||||
Reference in New Issue
Block a user