astral-sh/uv
View on GitHubAdd test coverage for `uv python` using proxy to serve dummy distributions
Open
#5939 opened on Aug 8, 2024
help wantedtesting
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.