python3Packages.mmcv: skip crashing test on x86_64-darwin

This commit is contained in:
Gaetan Lepage
2026-02-02 16:57:51 +00:00
parent 78a7c9a9b9
commit 2603a3abe4
@@ -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 = {