Skip to content

Commit 348ef2e

Browse files
blueraftzanieb
andcommitted
Update crates/uv/tests/it/tool_install.rs
Co-authored-by: Zanie Blue <[email protected]>
1 parent 9c28f18 commit 348ef2e

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

crates/uv/tests/it/tool_install.rs

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,9 @@ fn tool_install() {
173173

174174
#[test]
175175
fn tool_install_with_editable() -> anyhow::Result<()> {
176-
let context = TestContext::new("3.12").with_filtered_counts();
176+
let context = TestContext::new("3.12")
177+
.with_filtered_counts()
178+
.with_filtered_exe_suffix();
177179
let tool_dir = context.temp_dir.child("tools");
178180
let bin_dir = context.temp_dir.child("bin");
179181
let anyio_local = context.temp_dir.child("src").child("anyio_local");

0 commit comments

Comments
 (0)