Skip to content

Commit 51aa2e4

Browse files
Fix geospatial benchmarks without --benchmark (#1575)
1 parent e754515 commit 51aa2e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/conftest.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -888,7 +888,7 @@ def memray_profile(
888888
tmp_path,
889889
):
890890
if not test_run_benchmark:
891-
yield
891+
yield contextlib.nullcontext
892892
else:
893893
memray_option = pytestconfig.getoption("--memray")
894894

0 commit comments

Comments
 (0)