astral-sh/uv

Ensure all tests which install managed Python versions use the cache

开放

#16,721 创建于 2025年11月13日

 (2 条评论) (0 个反应) (0 位负责人)Rust (3,111 个派生)batch import
help wantedinternaltesting

仓库指标

星标
 (84,934 个星标)
PR 合并指标
 (平均合并 7天 16小时) (30 天内合并 259 个 PR)

描述

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?

贡献者指南