Skip to content

Commit a9d1b64

Browse files
committed
deactivate test on windows for now
1 parent 4a8c6f0 commit a9d1b64

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/integration_test.rs

+1
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,7 @@ async fn test_simple_python(options: Options, required_fs_objects: Vec<&'static
100100
});
101101
}
102102

103+
#[cfg(not(target_os = "windows"))] // https://github.com/Quantco/pixi-pack/issues/8
103104
#[rstest]
104105
#[case("conda")]
105106
#[case("micromamba")]

0 commit comments

Comments
 (0)