Skip to content

Commit

Permalink
Avoid "Module already imported" warning from pytest (#228)
Browse files Browse the repository at this point in the history
> Module already imported so cannot be rewritten

Fixes #211
  • Loading branch information
blueyed committed Dec 7, 2018
1 parent 0822bfe commit 08245b2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/pytest_cov/__init__.py
@@ -1 +1,2 @@
"""pytest-cov: avoid already-imported warning: PYTEST_DONT_REWRITE."""
__version__ = "2.6.0"

0 comments on commit 08245b2

Please sign in to comment.