From: Oleg Broytman Date: Mon, 5 Dec 2022 10:34:59 +0000 (+0300) Subject: Feat(requirements): Remove `pytest-cov` X-Git-Url: https://git.phdru.name/?p=cookiecutter.git;a=commitdiff_plain;h=150e397736527e31eec2801cfca36589696084f3 Feat(requirements): Remove `pytest-cov` I'm no longer interested in test coverage. --- diff --git a/project_template/.gitignore b/project_template/.gitignore index 5af0001..902ce3b 100644 --- a/project_template/.gitignore +++ b/project_template/.gitignore @@ -4,8 +4,6 @@ /build/ /data/ /dist/ -/htmlcov/ -/.coverage /MANIFEST *.py[co] *.tmp diff --git a/project_template/devscripts/requirements/requirements_tests.txt b/project_template/devscripts/requirements/requirements_tests.txt index ae7bbd9..afdaefa 100644 --- a/project_template/devscripts/requirements/requirements_tests.txt +++ b/project_template/devscripts/requirements/requirements_tests.txt @@ -1,4 +1,3 @@ -r requirements.txt pytest < 5.0 -pytest-cov