Update scenario tests to include requires-python coverage (#769)

Includes creating a virtual env with the relevant environment python
version.

Scenarios added in https://github.com/zanieb/packse/pull/55
This commit is contained in:
Zanie Blue 2024-01-04 14:15:13 -06:00 committed by GitHub
parent 57c96df288
commit 3d6ea7809a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 390 additions and 16 deletions

View file

@ -24,7 +24,7 @@ import textwrap
from pathlib import Path
PACKSE_COMMIT = "682bf4ff269f130f92bf35fdb58b6b27c94b579a"
PACKSE_COMMIT = "4ffd4ee25eb89fe078de15572bd609cf359a1997"
TOOL_ROOT = Path(__file__).parent
TEMPLATE = TOOL_ROOT / "template.mustache"
PACKSE = TOOL_ROOT / "packse-scenarios"