Removed unnecessary manual addition of pytest-cov in Makefile.

This commit is contained in:
Geoff Taylor 2022-03-02 12:09:59 +00:00
parent ac379d5ad9
commit ae6725239c
1 changed files with 0 additions and 1 deletions

View File

@ -4,7 +4,6 @@ commands := $(wildcard bin/*)
setup: ## Install all the build and lint dependencies
pip --no-cache-dir install poetry
poetry install --no-interaction
poetry add pytest-cov
upgrade: ## Upgrade all the build and lint dependencies
poetry upgrade --no-interaction