From 36c36dad8dd25d4eaa8124645d9aa0753e9efca2 Mon Sep 17 00:00:00 2001 From: Sunil Mohan Adapa Date: Wed, 30 Jul 2025 19:22:17 -0700 Subject: [PATCH] pyproject: Add missing pytest marker for "tags" Signed-off-by: Sunil Mohan Adapa Reviewed-by: Joseph Nuthalapati --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index 3d17510d7..3b6dd22e1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -142,6 +142,7 @@ markers = [ "apps", "domain", "system", + "tags", ] # Useful when pylint is invoked separately instead of flake8