From d37f889e41dae0134834552d5aca01bae7884fbb Mon Sep 17 00:00:00 2001 From: Trenton H <797416+stumpylog@users.noreply.github.com> Date: Tue, 14 Apr 2026 10:52:37 -0700 Subject: [PATCH] chore: remove profiling pytest marker Co-Authored-By: Claude Sonnet 4.6 --- pyproject.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index d85501dac..fbb96428b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -312,7 +312,6 @@ markers = [ "date_parsing: Tests which cover date parsing from content or filename", "management: Tests which cover management commands/functionality", "search: Tests for the Tantivy search backend", - "profiling: Performance profiling tests (run with -m profiling --override-ini='addopts=')", ] [tool.pytest_env]