astral-sh/uv

Ensure all tests which install managed Python versions use the cache

Open

#16,721 opened on 2025年11月13日

GitHub で見る
 (2 comments) (0 reactions) (0 assignees)Rust (84,934 stars) (3,111 forks)batch import
help wantedinternaltesting

説明

We have TestContext::with_python_download_cache which improves the performance of tests which download a managed Python version, but I'm not sure we use it everywhere. There are only a couple cases where we explicitly don't want to use this. Maybe we should have with_managed_python_dirs turn this on and have without_python_download_cache instead for the opt-out cases?

コントリビューターガイド

Ensure all tests which install managed Python versions use the cache · astral-sh/uv#16721 | Good First Issue