Zanie Blue
Zanie Blue
The need for a lightweight testing story for Python toolchain commands grows...
@konstin that's because I didn't change it in the other place Charlie pointed out
There are a limited set of binary artifacts attached to the CI run for the commit https://github.com/astral-sh/uv/actions/runs/12204703226?pr=9370 (scroll to the bottom) — you can download one of those if you...
Some documentation on this at https://docs.astral.sh/uv/concepts/tools/#relationship-to-uv-run We may be able to improve the documentation though, if you have any questions.
Addressing that with https://github.com/astral-sh/uv/pull/6454 — let me know if that's not helpful.
We don't support this yet, but there's discussion about excluding the project from installation in various issues. What's your use-case for this? Why does it matter if the project is...
It sounds like you're looking for a virtual project, which I believe we support if you enumerate everything as a development dependency? As described in https://docs.astral.sh/uv/concepts/workspaces/#workspace-roots
Worked fine for me? Did you encounter an error? ``` ❯ uv init --virtual Initialized workspace `example` ❯ uv add --dev httpx Using Python 3.11.7 Creating virtualenv at: .venv Resolved...
See also: - https://github.com/astral-sh/uv/pull/6389 - #171
We support `UV_INDEX__USERNAME` and `UV_INDEX__PASSWORD` now in addition to indexes in source definitions.