From 00ab5b0f2520ef8a191dc3b3b6c90a3a01d47620 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 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 21bb1b480..318dcbb67 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -281,7 +281,7 @@ commands = [["bandit", "-r", "src/borg", "-c", "pyproject.toml"]] [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"]