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.
This commit is contained in:
konsti 2025-04-28 18:01:34 +02:00 committed by GitHub
parent bb0158d005
commit 85d8b07026
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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).