mirror of https://github.com/astral-sh/uv
Add comment for testing non-explicit compilation
This commit is contained in:
parent
fb72542444
commit
03d0b753ff
|
|
@ -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]
|
||||
|
|
|
|||
Loading…
Reference in New Issue