From c7fa503565b20cef331cd2bba6a43820a51c842c Mon Sep 17 00:00:00 2001 From: Divyesh Date: Sat, 7 Mar 2026 22:09:39 +0530 Subject: [PATCH] tests: make coverage patch config work on Windows CI (cherry picked from commit 00ab5b0f2520ef8a191dc3b3b6c90a3a01d47620) --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 9cb667f35..b26ccaadb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -254,7 +254,7 @@ labels = ["lint"] [tool.coverage.run] branch = true disable_warnings = ["module-not-measured", "no-ctracer"] -patch = ["subprocess", "fork", "_exit"] +patch = ["subprocess", "_exit"] parallel = true sigterm = true source = ["src/borg"]