mirror of
https://github.com/astral-sh/uv.git
synced 2025-08-03 10:33:49 +00:00
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
1 changed files with 0 additions and 8 deletions
|
@ -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).
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue