mirror of
https://github.com/astral-sh/uv.git
synced 2025-08-04 10:58:28 +00:00
Add scenario coverage for wheels with incompatible ABI and Python tags (#1285)
We use - An arbitrary ABI hash: `MMMMMM` (six base64 characters) - An unlikely Jython27 Python tag For cases that are valid but are never going to be available during tests. See https://github.com/zanieb/packse/pull/109
This commit is contained in:
parent
b5dd8b7de2
commit
3bff8d5f79
3 changed files with 81 additions and 3 deletions
|
@ -45,7 +45,7 @@ import textwrap
|
|||
from pathlib import Path
|
||||
|
||||
|
||||
PACKSE_COMMIT = "a2c483f055f5cb01fbbbcf9189c238ee487a7a8e"
|
||||
PACKSE_COMMIT = "c35c57f5b4ab3381658661edbd0cd955680f9cda"
|
||||
TOOL_ROOT = Path(__file__).parent
|
||||
TEMPLATES = TOOL_ROOT / "templates"
|
||||
INSTALL_TEMPLATE = TEMPLATES / "install.mustache"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue