Fix incompatible wheel test scenarios (#1284)

I had specified the tags incorrectly
https://github.com/zanieb/packse/pull/105
This commit is contained in:
Zanie Blue
2024-02-12 12:51:49 -06:00
committed by GitHub
parent 6d24d998e0
commit 0cd6b7be8c
3 changed files with 47 additions and 10 deletions

View File

@@ -45,7 +45,7 @@ import textwrap
from pathlib import Path
PACKSE_COMMIT = "c2ddf2466db9bfdcb72de3ec04b393667f2bfe28"
PACKSE_COMMIT = "a2c483f055f5cb01fbbbcf9189c238ee487a7a8e"
TOOL_ROOT = Path(__file__).parent
TEMPLATES = TOOL_ROOT / "templates"
INSTALL_TEMPLATE = TEMPLATES / "install.mustache"
@@ -164,8 +164,6 @@ data["scenarios"] = [
for scenario in data["scenarios"]
# Drop the example scenario
if scenario["name"] != "example"
# TODO(zanieb): Restore this scenario
and scenario["name"] != "no-sdist-no-wheels-with-matching-platform"
]
# Wrap the description onto multiple lines