From 85d8b070262fc617a0be762f4575dc4c301ec57a Mon Sep 17 00:00:00 2001 From: konsti Date: Mon, 28 Apr 2025 18:01:34 +0200 Subject: [PATCH] Remove flyte-short-incompatible benchmark for too many false positives (#13181) The benchmark has recurring false positives (https://github.com/astral-sh/uv/issues?q=flyte-short-incompatible%20), so we're removing it. --- crates/uv-bench/benches/distribution_filename.rs | 8 -------- 1 file changed, 8 deletions(-) diff --git a/crates/uv-bench/benches/distribution_filename.rs b/crates/uv-bench/benches/distribution_filename.rs index 7d1669621..6f6a3e68e 100644 --- a/crates/uv-bench/benches/distribution_filename.rs +++ b/crates/uv-bench/benches/distribution_filename.rs @@ -22,14 +22,6 @@ const PLATFORM_TAGS: &[(&str, &str, &str)] = include!("../inputs/platform_tags.r /// indicates whether the tags in the wheel filename are expected to be /// compatible with the tags in `PLATFORM_TAGS`. const WHEEL_NAMES: &[(&str, &str, bool)] = &[ - // This tests a case with a very short name that is *not* compatible - // with PLATFORM_TAGS. It only uses one tag for each component (one - // Python version, one ABI and one platform). - ( - "flyte-short-incompatible", - "hypothesis-4.24.5-py2-none-any.whl", - false, - ), // This tests a case with a very short name that *is* compatible with // PLATFORM_TAGS. It only uses one tag for each component (one Python // version, one ABI and one platform).