From b8864191867f4db4316872736f7c83784ca1af94 Mon Sep 17 00:00:00 2001 From: "Mads R. B. Kristensen" Date: Mon, 30 Sep 2024 10:08:07 +0200 Subject: [PATCH] cleanup --- python/kvikio/tests/test_benchmarks.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/kvikio/tests/test_benchmarks.py b/python/kvikio/tests/test_benchmarks.py index 42c2fc94ca..98d54fb6b3 100644 --- a/python/kvikio/tests/test_benchmarks.py +++ b/python/kvikio/tests/test_benchmarks.py @@ -89,7 +89,7 @@ def test_zarr_io(run_cmd, tmp_path, api): "numpy-kvikio", ], ) -def test_http_io(run_cmd, tmp_path, api): +def test_http_io(run_cmd, api): """Test benchmarks/http_io.py""" if not kvikio.is_remote_file_available():