Zanie Blue
Zanie Blue
Uses `--find-links` to discover vendored scenario build dependencies and allows us to use `--index-url` instead of `--extra-index-url` to avoid hitting the real PyPI in scenario tests.
Originally posted by @batazor in https://github.com/astral-sh/uv/issues/1374#issuecomment-1949465565
We require install into a virtual environment, but in ephemeral builds like CI or containers this may not be desired.
e.g. to help guard against common mistakes
Right now, as mentioned in #1567, we show a _lot_ of output in `-v`. We should have `-v` be more user friendly and use `-vv` and `-vvv` to dump more...
https://peps.python.org/pep-0514/ We use `py` to find Python installations on Windows today but we want to switch to registry look-ups per PEP 514
We should support configuration via a file, but what this looks like exactly is not yet determined.