Skip to content

Commit 73d12a1

Browse files
rustyconoverclaude
andcommitted
Update uv.lock and reformat test_http_s3_offload_output
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent bdc3b46 commit 73d12a1

2 files changed

Lines changed: 58 additions & 5 deletions

File tree

tests/test_http_s3_offload_output.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -110,9 +110,7 @@ def _wait_for_http_server(base_url: str) -> None:
110110
os.environ.get(RUN_S3_HTTP_TESTS_ENV) != "1",
111111
reason=f"Set {RUN_S3_HTTP_TESTS_ENV}=1 to run live S3 HTTP offload tests",
112112
)
113-
def test_http_output_offload_random_bytes_large_response(
114-
compression: str, expected_extension: str
115-
) -> None:
113+
def test_http_output_offload_random_bytes_large_response(compression: str, expected_extension: str) -> None:
116114
"""Large random_bytes output should be externalized to S3 and resolved by HTTP client."""
117115
pytest.importorskip("vgi_rpc.http")
118116
pytest.importorskip("vgi_rpc.s3")

uv.lock

Lines changed: 57 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)