Skip to content

Commit 08245b2

Browse files
authored
Avoid "Module already imported" warning from pytest (#228)
> Module already imported so cannot be rewritten Fixes #211
1 parent 0822bfe commit 08245b2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/pytest_cov/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
1+
"""pytest-cov: avoid already-imported warning: PYTEST_DONT_REWRITE."""
12
__version__ = "2.6.0"

0 commit comments

Comments
 (0)