Skip to content

Commit

Permalink
Use valid wheel tags for no-matching tests (#234)
Browse files Browse the repository at this point in the history
## Summary

I'm making our tag-parsing stricter, and these now get filtered out. We
should use real (but non-matching) tags.
  • Loading branch information
charliermarsh authored Jan 12, 2025
1 parent fbc0ec3 commit 760791d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion scenarios/wheels/no-sdist-no-wheels-with-matching-abi.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ requires = ["a"]
satisfiable = false

[packages.a.versions."1.0.0"]
wheel_tags = ["py3-MMMMMM-any"]
wheel_tags = ["py3-graalpy310_graalpy240_310_native-any"]
sdist = false

[resolver_options]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ requires = ["a"]
satisfiable = false

[packages.a.versions."1.0.0"]
wheel_tags = ["jy27-none-any"]
wheel_tags = ["graalpy310-none-any"]
sdist = false

[resolver_options]
Expand Down

0 comments on commit 760791d

Please sign in to comment.