Add comment for testing non-explicit compilation

This commit is contained in:
Tomasz (Tom) Kramkowski 2025-12-17 15:32:02 +00:00
parent fb72542444
commit 03d0b753ff
1 changed files with 4 additions and 0 deletions

View File

@ -4152,6 +4152,10 @@ fn python_install_compile_bytecode_pyodide() {
Bytecode compiled [COUNT] files in [TIME]
");
// TODO(tk) There's a bug with python_upgrade when pyodide is installed which leads to
// `error: No download found for request: pyodide-3.13-emscripten-wasm32-musl`
//// Recompilation where pyodide isn't explicitly specified shouldn't warn
//uv_snapshot!(context.filters(), context.python_upgrade().arg("--compile-bytecode"), @r"TODO");
}
#[test]