From d73326e70fd0a322a07439c40f0fcc8d9988ed34 Mon Sep 17 00:00:00 2001 From: Daniel Hollas Date: Tue, 28 Oct 2025 16:44:38 +0000 Subject: [PATCH] Better coverage for subprocesses --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index bfe48f5f2d..90332f4d2d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -307,6 +307,7 @@ core = 'sysmon' omit = [ "src/aiida/tools/_dumping/**/*" ] +patch = ['subprocess'] [tool.flit.module] name = 'aiida'