Skip to content

Commit 58c9cf9

Browse files
committed
use patch
1 parent 7e62445 commit 58c9cf9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -117,8 +117,8 @@ filterwarnings = [
117117

118118
[tool.coverage.run]
119119
source_pkgs = ['scanpydoc']
120-
concurrency = [ "multiprocessing" ]
121-
parallel = true
120+
concurrency = ['multiprocessing']
121+
patch = ['subprocess']
122122
[tool.coverage.paths]
123123
source = ['src']
124124
[tool.coverage.report]

0 commit comments

Comments
 (0)