Motivation
Basically all tests which are using a temp directory created via uv init could be much faster if we set --frozen for testing purposes. Some of them will rely on the existence of the venv or lockfile, but hopefully very few.
Summary of desired enhancement
Configure as many tests as possible to use frozen=True global config override to speed things up.
Motivation
Basically all tests which are using a temp directory created via
uv initcould be much faster if we set--frozenfor testing purposes. Some of them will rely on the existence of the venv or lockfile, but hopefully very few.Summary of desired enhancement
Configure as many tests as possible to use
frozen=Trueglobal config override to speed things up.