astral-sh/uv
Add test coverage for `uv python` using proxy to serve dummy distributions
开放
#5,939 创建于 2024年8月8日
help wantedtesting
仓库指标
- 星标
- (84,934 个星标)
- PR 合并指标
- (PR 指标待抓取)
描述
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.