Skip to content

Commit

Permalink
Update crates/uv/tests/it/tool_install.rs
Browse files Browse the repository at this point in the history
Co-authored-by: Zanie Blue <contact@zanie.dev>
  • Loading branch information
blueraft and zanieb committed Oct 22, 2024
1 parent 9c28f18 commit 348ef2e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion crates/uv/tests/it/tool_install.rs
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,9 @@ fn tool_install() {

#[test]
fn tool_install_with_editable() -> anyhow::Result<()> {
let context = TestContext::new("3.12").with_filtered_counts();
let context = TestContext::new("3.12")
.with_filtered_counts()
.with_filtered_exe_suffix();
let tool_dir = context.temp_dir.child("tools");
let bin_dir = context.temp_dir.child("bin");
let anyio_local = context.temp_dir.child("src").child("anyio_local");
Expand Down

0 comments on commit 348ef2e

Please sign in to comment.