From 2ad50a0e06250b8c42a13e27ece2df1a61074b13 Mon Sep 17 00:00:00 2001 From: AdityaSharma-Git3207 Date: Wed, 4 Feb 2026 14:30:24 +0530 Subject: [PATCH] Cleanup: remove duplicate dist entry in pytest config Signed-off-by: AdityaSharma-Git3207 --- pyproject.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index cde79074..b651c2cd 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -14,7 +14,6 @@ norecursedirs = [ "dist", "build", "_build", - "dist", "etc", "local", "ci",