mirror of
https://github.com/astral-sh/uv.git
synced 2025-08-04 19:08:04 +00:00
Accommodate minute-level filters in Insta (#1219)
I don't know why `compile_editable` took over a minute in this case, but
seems like it did? Hard to test this fix.
2108933895
This commit is contained in:
parent
631ab51d6e
commit
0757862a7a
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@ pub static EXCLUDE_NEWER: &str = "2023-11-18T12:00:00Z";
|
|||
pub const INSTA_FILTERS: &[(&str, &str)] = &[
|
||||
(r"--cache-dir [^\s]+", "--cache-dir [CACHE_DIR]"),
|
||||
// Operation times
|
||||
(r"(\d+\.)?\d+(ms|s)", "[TIME]"),
|
||||
(r"(\d+m )?(\d+\.)?\d+(ms|s)", "[TIME]"),
|
||||
// Puffin versions
|
||||
(r"v\d+\.\d+\.\d+", "v[VERSION]"),
|
||||
// File sizes
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue