[kimi] Fix: stub cv2 in tests to prevent timeout (#1336) (#1356)
Some checks failed
Tests / lint (push) Has been cancelled
Tests / test (push) Has been cancelled

Co-authored-by: Kimi Agent <kimi@timmy.local>
Co-committed-by: Kimi Agent <kimi@timmy.local>
This commit was merged in pull request #1356.
This commit is contained in:
2026-03-24 02:59:52 +00:00
committed by Timmy Time
parent 36f3f1b3a7
commit 9e9dd5309a

View File

@@ -33,6 +33,7 @@ for _mod in [
"sentence_transformers",
"swarm",
"swarm.event_log",
"cv2", # OpenCV import can hang under pytest-xdist parallel workers
]:
sys.modules.setdefault(_mod, MagicMock())