diff --git a/tests/python/test_unsloth_pip_shim.py b/tests/python/test_unsloth_pip_shim.py index bd6291de69..cdade99991 100644 --- a/tests/python/test_unsloth_pip_shim.py +++ b/tests/python/test_unsloth_pip_shim.py @@ -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