From bf1987483010964345d03a2ca94ede6c901558ef Mon Sep 17 00:00:00 2001 From: sfmig <33267254+sfmig@users.noreply.github.com> Date: Sat, 16 Dec 2023 13:49:50 +0000 Subject: [PATCH] edit skip reason for benchmark tests --- tests/benchmarks/test_cellfinder.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/benchmarks/test_cellfinder.py b/tests/benchmarks/test_cellfinder.py index 44d031cc..c323aed0 100644 --- a/tests/benchmarks/test_cellfinder.py +++ b/tests/benchmarks/test_cellfinder.py @@ -53,7 +53,7 @@ def asv_config_monkeypatched_path(tmp_path: Path) -> str: return str(asv_monkeypatched_path) -@pytest.mark.skip(reason="will be worked on a separate PR") +@pytest.mark.skip(reason="focus of PR32") def test_run_benchmarks(asv_config_monkeypatched_path): # --- ideally monkeypatch an asv config so that results are in tmp_dir?