mirror of https://github.com/astral-sh/uv
Filter out commit since last tag in tests (#9766)
Follow-up to #9730, which broke some snapshots for me since the pattern would not capture the now-working commits since last tag.
This commit is contained in:
parent
26cb3f6300
commit
85a4fb4471
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue