Skip to content

Commit

Permalink
Fix geospatial benchmarks without --benchmark flag (#1574)
Browse files Browse the repository at this point in the history
  • Loading branch information
hendrikmakait authored Oct 29, 2024
1 parent b727c8e commit e754515
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -928,7 +928,7 @@ def performance_report(
tmp_path,
):
if not test_run_benchmark:
yield
yield contextlib.nullcontext
else:
if not pytestconfig.getoption("--performance-report"):
yield contextlib.nullcontext
Expand Down

0 comments on commit e754515

Please sign in to comment.