Zanie Blue

Results 401 issues of 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.

testing

Contributors will need to update their bootstrapped versions

internal
testing

Originally posted by @batazor in https://github.com/astral-sh/uv/issues/1374#issuecomment-1949465565

documentation

This is a really helpful command :)

enhancement
help wanted
compatibility

We require install into a virtual environment, but in ephemeral builds like CI or containers this may not be desired.

enhancement
configuration

e.g. to help guard against common mistakes

enhancement
error messages
virtualenv

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...

enhancement
tracing

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

help wanted
windows

We should support configuration via a file, but what this looks like exactly is not yet determined.

enhancement
configuration