You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(hooks): stop the pre-push gauntlet hanging on model-download tests
The hook ran the full suite, which includes tests that drive the real docling
pipeline and reranker. On a cold cache those download HF models (figure
classifier, CrossEncoder), stalling `git push` for minutes with no visible
output (the hook redirects pytest to a logfile). Mark those tests slow and run
the fast subset in the hook (-m "not slow and not integration"); slow and
integration still run in full in CI.
0 commit comments