diff --git a/crates/uv/tests/it/common/mod.rs b/crates/uv/tests/it/common/mod.rs index e1898a2f7..dc10d60e9 100644 --- a/crates/uv/tests/it/common/mod.rs +++ b/crates/uv/tests/it/common/mod.rs @@ -59,7 +59,7 @@ pub const INSTA_FILTERS: &[(&str, &str)] = &[ (r"uv\.exe", "uv"), // uv version display ( - r"uv(-.*)? \d+\.\d+\.\d+( \(.*\))?", + r"uv(-.*)? \d+\.\d+\.\d+(\+\d+)?( \(.*\))?", r"uv [VERSION] ([COMMIT] DATE)", ), // The exact message is host language dependent