mirror of
https://github.com/astral-sh/uv.git
synced 2025-08-04 10:58:28 +00:00
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:
parent
57c96df288
commit
3d6ea7809a
5 changed files with 390 additions and 16 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue