mirror of https://github.com/astral-sh/uv
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:
parent
bb0158d005
commit
85d8b07026
|
|
@ -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
|
/// indicates whether the tags in the wheel filename are expected to be
|
||||||
/// compatible with the tags in `PLATFORM_TAGS`.
|
/// compatible with the tags in `PLATFORM_TAGS`.
|
||||||
const WHEEL_NAMES: &[(&str, &str, bool)] = &[
|
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
|
// 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
|
// PLATFORM_TAGS. It only uses one tag for each component (one Python
|
||||||
// version, one ABI and one platform).
|
// version, one ABI and one platform).
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue