The `test` recipe runs without ensuring dependencies are up to date: ```just test: uv run pytest tests/ -v ``` If the venv is stale or missing, tests fail with an obscure import error rather than a clear actionable message.
The
testrecipe runs without ensuring dependencies are up to date:If the venv is stale or missing, tests fail with an obscure import error rather than a clear actionable message.