mirror of
https://github.com/astral-sh/uv.git
synced 2025-08-04 10:58:28 +00:00
Add pre-release test scenario reproducing hint simplification bug (#796)
A reproduction of #751 Scenarios added in https://github.com/zanieb/packse/pull/68
This commit is contained in:
parent
65efee1d76
commit
def7f79f20
2 changed files with 249 additions and 2 deletions
|
@ -46,7 +46,7 @@ import packaging.requirements
|
|||
from pathlib import Path
|
||||
|
||||
|
||||
PACKSE_COMMIT = "c448e24b336f3699407c50ed7a07b9b7442cb1a5"
|
||||
PACKSE_COMMIT = "83f5c66b6fb7cc9d121cdf02bcedf9403cb66daf"
|
||||
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