From 68c97c8831b301547caac122aefa525ab71d34d5 Mon Sep 17 00:00:00 2001 From: JP-Ellis Date: Tue, 18 Nov 2025 20:28:54 +1100 Subject: [PATCH] chore: remove unused pytest config Signed-off-by: JP-Ellis --- pyproject.toml | 2 -- 1 file changed, 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index b9be33c4c..32896a41c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -298,8 +298,6 @@ filterwarnings = [ "ignore::DeprecationWarning:pact", "ignore::DeprecationWarning:tests", ] -pythonpath = "." -reruns = 3 log_date_format = "%H:%M:%S" log_format = "%(asctime)s.%(msecs)03d [%(levelname)-8s] %(name)s: %(message)s"