From 07482f5c93ab0586b64b8b2b64e97c8847ecc0ad Mon Sep 17 00:00:00 2001 From: Matthew Horridge Date: Thu, 9 Jul 2026 11:43:16 -0700 Subject: [PATCH] Remove pytest from build-system requires pytest is a test dependency, not a build requirement; building only needs setuptools. Co-Authored-By: Claude Fable 5 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 6c0face..382f01f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,5 +1,5 @@ [build-system] -requires = ["setuptools>=61.0", "pytest>=7.3.1"] +requires = ["setuptools>=61.0"] build-backend = "setuptools.build_meta" [project]