fix(ci): drop --frozen in tradein test job (uv.lock is gitignored) #678

Merged
bot-reviewer merged 1 commit from fix/tradein-ci-uv-frozen into main 2026-05-29 21:23:56 +00:00

1 commit

Author SHA1 Message Date
lekss361
72b1e18d2a fix(ci): drop --frozen in tradein test job (uv.lock is gitignored)
The #666 pytest gate ran `uv sync --frozen`, but tradein-mvp/backend/uv.lock
is gitignored → absent in a fresh CI checkout → 'Unable to find lockfile…
--frozen was provided' → test job failed → build+deploy skipped (deploy still
blocked after the PEP668 uv-install fix). Resolve from pyproject.toml instead
(uv sync, dev group included), matching the Dockerfile's `uv sync --no-dev`.
2026-05-30 00:21:07 +03:00