mirror of
https://github.com/astral-sh/uv.git
synced 2025-07-07 21:35:00 +00:00
Add scenarios with unresolvable dependencies due to excluded versions (#801)
Scenarios added in https://github.com/zanieb/packse/pull/71
This commit is contained in:
parent
fc76f979e6
commit
88adba83a0
2 changed files with 380 additions and 2 deletions
|
@ -46,7 +46,7 @@ import packaging.requirements
|
|||
from pathlib import Path
|
||||
|
||||
|
||||
PACKSE_COMMIT = "bb6ed35ad77701ab7d966962b2b33589f755b2d6"
|
||||
PACKSE_COMMIT = "8826f9740703779911d0fcd6eba8d56af0eb3adb"
|
||||
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