Skip to content

Commit 418193c

Browse files
committed
Fix coverage warning when pytest-xdist is used
1 parent ecf02f0 commit 418193c

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

pyproject.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -157,6 +157,10 @@ asyncio_default_fixture_loop_scope = "session"
157157
[tool.coverage.run]
158158
branch = true
159159
parallel = true
160+
disable_warnings = [
161+
# See https://github.com/pytest-dev/pytest-cov/issues/369
162+
"include-ignored"
163+
]
160164

161165
include = [
162166
"modernrpc/*",

0 commit comments

Comments
 (0)