Skip to content

Commit 760791d

Browse files
Use valid wheel tags for no-matching tests (#234)
## Summary I'm making our tag-parsing stricter, and these now get filtered out. We should use real (but non-matching) tags.
1 parent fbc0ec3 commit 760791d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

scenarios/wheels/no-sdist-no-wheels-with-matching-abi.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ requires = ["a"]
88
satisfiable = false
99

1010
[packages.a.versions."1.0.0"]
11-
wheel_tags = ["py3-MMMMMM-any"]
11+
wheel_tags = ["py3-graalpy310_graalpy240_310_native-any"]
1212
sdist = false
1313

1414
[resolver_options]

scenarios/wheels/no-sdist-no-wheels-with-matching-python.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ requires = ["a"]
88
satisfiable = false
99

1010
[packages.a.versions."1.0.0"]
11-
wheel_tags = ["jy27-none-any"]
11+
wheel_tags = ["graalpy310-none-any"]
1212
sdist = false
1313

1414
[resolver_options]

0 commit comments

Comments
 (0)