We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9c28f18 commit 14b21b5Copy full SHA for 14b21b5
crates/uv/tests/it/tool_install.rs
@@ -173,7 +173,9 @@ fn tool_install() {
173
174
#[test]
175
fn tool_install_with_editable() -> anyhow::Result<()> {
176
- let context = TestContext::new("3.12").with_filtered_counts();
+ let context = TestContext::new("3.12")
177
+ .with_filtered_counts()
178
+ .with_filtered_exe_suffix();
179
let tool_dir = context.temp_dir.child("tools");
180
let bin_dir = context.temp_dir.child("bin");
181
let anyio_local = context.temp_dir.child("src").child("anyio_local");
0 commit comments