Skip to content

Commit

Permalink
make test filter permissive of bdist.win32 (#10911)
Browse files Browse the repository at this point in the history
I swear a few days ago there were way more of this filter but now
there's only one so *shrug*.
  • Loading branch information
Gankra authored Jan 23, 2025
1 parent 0f1987b commit 86f2f16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/uv/tests/it/tool_install.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1464,7 +1464,7 @@ fn tool_install_uninstallable() {
.into_iter()
.chain([
(r"exit code: 1", "exit status: 1"),
(r"bdist\.[^/\\\s]+-[^/\\\s]+", "bdist.linux-x86_64"),
(r"bdist\.[^/\\\s]+(-[^/\\\s]+)?", "bdist.linux-x86_64"),
(r"\\\.", ""),
(r"#+", "#"),
])
Expand Down

0 comments on commit 86f2f16

Please sign in to comment.