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:
Zanie Blue 2024-02-12 22:14:38 -06:00 committed by GitHub
parent b5dd8b7de2
commit 3bff8d5f79
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 81 additions and 3 deletions

View file

@ -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"