From 03d0b753ffe95b25dec768af2bf9f5d79a62b6bc Mon Sep 17 00:00:00 2001 From: "Tomasz (Tom) Kramkowski" Date: Wed, 17 Dec 2025 15:32:02 +0000 Subject: [PATCH] Add comment for testing non-explicit compilation --- crates/uv/tests/it/python_install.rs | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/crates/uv/tests/it/python_install.rs b/crates/uv/tests/it/python_install.rs index 019bed737..309386015 100644 --- a/crates/uv/tests/it/python_install.rs +++ b/crates/uv/tests/it/python_install.rs @@ -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]