Add scenario tests for --only-binary and --no-binary (#1279)

This commit is contained in:
Zanie Blue 2024-02-12 11:21:14 -06:00 committed by GitHub
parent c75eef28b5
commit 336d12556c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 231 additions and 47 deletions

View file

@ -45,7 +45,7 @@ import textwrap
from pathlib import Path
PACKSE_COMMIT = "0563417be973397d05b45cd2c5b415d7215161e3"
PACKSE_COMMIT = "a5ce3f9dc5ce0db2b6e99bdfbd25b9d163953121"
TOOL_ROOT = Path(__file__).parent
TEMPLATES = TOOL_ROOT / "templates"
INSTALL_TEMPLATE = TEMPLATES / "install.mustache"