From feeb842e37fa72ef130c19d2c820efd5e6d3ee7b Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Fri, 28 Nov 2025 02:56:33 +0000 Subject: [PATCH 1/2] Initial plan From bc8e162c52186e2d976d63f7172cc3a16e7f3360 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Fri, 28 Nov 2025 02:58:34 +0000 Subject: [PATCH 2/2] Add pytest-cov to cibuildwheel test-requires in pyproject.toml Co-authored-by: hzhangxyz <11623447+hzhangxyz@users.noreply.github.com> --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index f1fba92..095d22e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -60,5 +60,5 @@ addopts = "--cov=apyds" [tool.cibuildwheel] macos.archs = ["universal2"] windows.archs = ["AMD64"] -test-requires = ["pytest"] +test-requires = ["pytest", "pytest-cov"] test-command = ["python -m pytest {project}"]