You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Restructure dep-resolution matrix with name and install-flags
- Use uv sync with appropriate flags for each resolution strategy
- Set UV_RESOLUTION env var to ensure test subprocesses use correct strategy
This fixes the issue where tests spawning uv run subprocesses were
re-resolving dependencies using the lockfile instead of respecting
the lowest-direct resolution strategy.
0 commit comments