mirror of
https://github.com/astral-sh/uv.git
synced 2025-08-04 19:08:04 +00:00
Add scenario tests for --only-binary
and --no-binary
(#1279)
This commit is contained in:
parent
c75eef28b5
commit
336d12556c
5 changed files with 231 additions and 47 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue