chore: remove profiling pytest marker

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
Trenton H
2026-04-14 10:52:37 -07:00
parent 2f1e8d2224
commit d37f889e41

View File

@@ -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]