From 2418d8be6807da593e38453076ac938040d0ef71 Mon Sep 17 00:00:00 2001 From: aclist <92275929+aclist@users.noreply.github.com> Date: Sat, 4 Jul 2026 14:12:46 +0900 Subject: [PATCH] chore: update pytest marks --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index 3b3615e..0972486 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -110,6 +110,7 @@ markers = [ "mods: tests mod metadata/link creation", "pefile: validate PE files", "post_install: requires a completed installation", + "redact: log redaction mechanisms", "slow: long-running tests", "webtest: checks remote endpoints" ]