Skip to content

Commit 24a4cc7

Browse files
committed
Remove unnecessary coverage concurrency config
Signed-off-by: Federico Busetti <[email protected]>
1 parent c6b9468 commit 24a4cc7

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
@@ -95,8 +95,8 @@ omit = [
9595
"grpc_app/generated/*",
9696
"common/config.py",
9797
]
98-
concurrency = ["multiprocessing"]
99-
parallel = true
98+
# It's not necessary to configure concurrency here
99+
# because pytest-cov takes care of that
100100

101101
[tool.coverage.report]
102102
exclude_also = [

0 commit comments

Comments
 (0)