Commits
Click on a commit to change the comparison rangeFix --no-sources not switching from editable to registry installations
When --no-sources is used, both uv sync and uv pip install should prefer
registry installations over editable/URL installations. Previously, the
resolver would still select installed editable packages even when sources
were disabled, causing inconsistent behavior.
This fix modifies both the resolver's candidate selector and the installer's
satisfaction checker to reject non-registry installations when sources are
disabled, ensuring proper switching from editable to registry packages.21 days ago
by yumeminami Add tests for Issue #15190: Ensure `--no-sources` switches from editable to registry installations21 days ago
by yumeminami Add empty lines in test output for better readability in sync tests21 days ago
by yumeminami Change one more usage8 hours ago
by charliermarsh