Skip to content

Commit 2c379f2

Browse files
committed
Don't test on windows
1 parent 0a60981 commit 2c379f2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

crates/uv/tests/it/pip_show.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -483,6 +483,8 @@ fn show_files() {
483483
"#
484484
);
485485

486+
// Windows has a different files order.
487+
#[cfg(not(windows))]
486488
uv_snapshot!(context.filters(), context.pip_show().arg("requests").arg("--files"), @r#"
487489
success: true
488490
exit_code: 0

0 commit comments

Comments
 (0)