Skip to content

Use --frozen flag to speed up tests #265

@nathanjmcdougall

Description

@nathanjmcdougall

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.

Metadata

Metadata

Labels

testingAdditions or improvements to the test suite

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions