From 3385cf27d55410a7ff26e29b97f278d37aad8459 Mon Sep 17 00:00:00 2001 From: Qingchuan Hao Date: Mon, 29 Sep 2025 05:42:19 +0000 Subject: [PATCH] exlude tests in build --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index 7c7cf0c2fc619..3a104bbcc2a4a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -124,6 +124,7 @@ include-package-data = true [tool.setuptools.packages.find] include = ["pandas", "pandas.*"] +exclude = ["pandas.tests", "pandas.tests.*"] namespaces = false [tool.setuptools.exclude-package-data]