[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
This commit is contained in:
parent
b3649d40cc
commit
167fdf26b9
1 changed files with 1 additions and 3 deletions
|
|
@ -361,9 +361,7 @@ def test_vcs_url_without_egg_protected_dropped(shim):
|
|||
|
||||
|
||||
def test_vcs_url_without_egg_with_ref_dropped(shim):
|
||||
execd, _ = _run(
|
||||
shim, "pip", ["git+https://github.com/unslothai/unsloth-zoo.git@main", "peft"]
|
||||
)
|
||||
execd, _ = _run(shim, "pip", ["git+https://github.com/unslothai/unsloth-zoo.git@main", "peft"])
|
||||
assert execd == ["peft"], execd
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue