Skip to content

Commit 8bb4152

Browse files
author
cookiecutter-e3
committed
Revert "Add pytest-cov install even when coverage is not requested"
This reverts commit e7f538d693f41db9198bd4dfaa3a8695f17e67a9. pytest-cov is no longer mandatory when the e3.pytest plugin is used but only when `--cov=..` is passed. ref it/e3-core#29 See merge request it/cookiecutter-e3!79 of the template
1 parent 4d259ce commit 8bb4152

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ passenv = CI,GITHUB_*,CODECOV_*
99

1010
deps =
1111
xdist: pytest-xdist[psutil]
12-
pytest-cov
12+
cov: pytest-cov
1313
codecov: codecov
1414
extras = test
1515

0 commit comments

Comments
 (0)