astral-sh/uv

Add test coverage for `uv python` using proxy to serve dummy distributions

Open

#5,939 opened on Aug 8, 2024

View on GitHub
 (1 comment) (1 reaction) (0 assignees)Rust (3,111 forks)batch import
help wantedtesting

Repository metrics

Stars
 (84,934 stars)
PR merge metrics
 (Avg merge 7d 16h) (259 merged PRs in 30d)

Description

Actually installing distributions is too expensive for unit tests, but now that we have #5719 we can host dummy distributions (i.e. only with necessary stub files) in a proxy and write unit tests for uv python install and friends.

Contributor guide