diff --git a/pyproject.toml b/pyproject.toml index b8355601a6..77e77e58d5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -284,7 +284,9 @@ commands = [["bandit", "-r", "src/borg", "-c", "pyproject.toml"]] [tool.coverage.run] branch = true disable_warnings = ["module-not-measured", "no-ctracer"] -patch = ["subprocess", "_exit"] +patch = [] +parallel = true +sigterm = true source = ["src/borg"] omit = [ "*/borg/__init__.py",