Skip to content

Commit 300038d

Browse files
committed
style: ruff format test_planner (blank line between merged test blocks)
1 parent 2e82de7 commit 300038d

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

tests/test_install/test_planner.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -149,6 +149,8 @@ def test_build_manifest_persists_no_http2_override() -> None:
149149

150150
assert manifest.proxy_args.count("--no-http2") == 1
151151
assert "HEADROOM_HTTP2" not in manifest.base_env
152+
153+
152154
def test_resolve_targets_provider_scope_all_ignores_unsupported_requested() -> None:
153155
"""`all` mode never consults the requested list, so an unsupported entry
154156
like `cursor` must not make it raise — it should return the full provider

0 commit comments

Comments
 (0)