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"]