Skip to content

Commit fee92cf

Browse files
committed
Try patching _exit
1 parent ccd1fb0 commit fee92cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -307,7 +307,7 @@ core = 'sysmon'
307307
omit = [
308308
"src/aiida/tools/_dumping/**/*"
309309
]
310-
patch = ['subprocess']
310+
patch = ['subprocess', '_exit']
311311

312312
[tool.flit.module]
313313
name = 'aiida'

0 commit comments

Comments
 (0)