Skip to content

Commit 573379b

Browse files
committed
Bring pytest-cov's suprocess management in line with coverage's process_startup warning disables.
1 parent f1884e8 commit 573379b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/pytest_cov/embed.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@ def init():
6161
cov.switch_context(cov_context)
6262
cov._warn_no_data = False
6363
cov._warn_unimported_source = False
64+
cov._warn_preimported_source = False
6465
return cov
6566

6667

0 commit comments

Comments
 (0)