From 150e397736527e31eec2801cfca36589696084f3 Mon Sep 17 00:00:00 2001 From: Oleg Broytman Date: Mon, 5 Dec 2022 13:34:59 +0300 Subject: [PATCH] Feat(requirements): Remove `pytest-cov` I'm no longer interested in test coverage. --- project_template/.gitignore | 2 -- project_template/devscripts/requirements/requirements_tests.txt | 1 - 2 files changed, 3 deletions(-) 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 -- 2.39.2