Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 9a1f6d6

Browse files
JukkaLgvanrossum
authored andcommitted
Fix pytest warning about cov (#2708)
Without this I get a pytest warning about cov every time I run it. The cov plugin still gets loaded and I can still generate coverage reports, so I assume that the coverage plugin is loaded automatically. Not sure if we should require a more recent pytest version. This is what the warning looked like: ``` ======================= pytest-warning summary ======================== WP1 None Module already imported so can not be re-written: pytest_cov ```
1 parent 7fb688d commit 9a1f6d6

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

conftest.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
11
pytest_plugins = [
22
'mypy.test.data',
3-
'pytest_cov',
43
]

0 commit comments

Comments
 (0)