From dfe00128726edc3e19b31ed9cc746b3d7e2df306 Mon Sep 17 00:00:00 2001 From: Trenton H <797416+stumpylog@users.noreply.github.com> Date: Wed, 28 Jan 2026 14:14:11 -0800 Subject: [PATCH] Forgot the marker again --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index b25c4ea34..17ca25b8c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -306,6 +306,7 @@ markers = [ "gotenberg: Tests requiring Gotenberg service", "tika: Tests requiring Tika service", "greenmail: Tests requiring Greenmail service", + "date_parsing: Tests which cover date parsing from content or filename", ] [tool.pytest_env]