Skip to content

--exact has no effect when used with --no-build-isolation in uv sync #6599

@karimknaebel

Description

@karimknaebel

uv sync --no-build-isolation is always inexact. Adding --exact has no effect.

Related: #6580

➜ uv --version
uv 0.3.3 (Homebrew 2024-08-23)

➜ uv pip install ruff
Resolved 1 package in 81ms
Installed 1 package in 2ms
 + ruff==0.6.2

➜ uv sync --no-build-isolation
Resolved 1 package in 1ms
Audited 1 package in 0.07ms

➜ uv sync --no-build-isolation --exact
Resolved 1 package in 0.53ms
Audited 1 package in 0.04ms

➜ uv sync
Resolved 1 package in 0.50ms
Uninstalled 1 package in 0.67ms
 - ruff==0.6.2

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions