python3Packages.lerobot: unbreak tests on darwin

This commit is contained in:
Luna Nova
2026-06-21 17:08:48 -07:00
parent e8f2f5af6c
commit 22d1615471
@@ -34,6 +34,7 @@
wandb,
# tests
llvmPackages,
pytestCheckHook,
writableTmpDirAsHomeHook,
pytest-timeout,
@@ -58,6 +59,11 @@ buildPythonPackage (finalAttrs: {
];
dontUseCmakeConfigure = true;
checkInputs = lib.optionals stdenv.cc.isClang [
# test_async_iterator_* hangs after failing to find OMP headers
llvmPackages.openmp
];
pythonRelaxDeps = [
"av"
"diffusers"