Skip to content

Commit

Permalink
Attempt at fixing Windows test
Browse files Browse the repository at this point in the history
  • Loading branch information
sbrugman committed Feb 26, 2024
1 parent 75bf8a4 commit 10a8156
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions crates/uv/tests/pip_list.rs
Original file line number Diff line number Diff line change
Expand Up @@ -528,6 +528,8 @@ fn format_json() -> Result<()> {
.copied()
.chain(vec![
(search_workspace, replace_workspace),
// Windows..
(search_workspace.replace("/", "\\/").as_str(), replace_workspace),
(find_divider.as_str(), replace_divider.as_str()),
(find_header.as_str(), replace_header.as_str()),
(find_whitespace.as_str(), replace_whitespace.as_str()),
Expand Down

0 comments on commit 10a8156

Please sign in to comment.