Commit 9a1f6d6
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
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
4 | 3 | | |
0 commit comments