diff --git a/pyproject.toml b/pyproject.toml index 34753824f..21bb1b480 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -281,6 +281,9 @@ commands = [["bandit", "-r", "src/borg", "-c", "pyproject.toml"]] [tool.coverage.run] branch = true disable_warnings = ["module-not-measured", "no-ctracer"] +patch = ["subprocess", "fork", "_exit"] +parallel = true +sigterm = true source = ["src/borg"] omit = [ "*/borg/__init__.py",