]> git.phdru.name Git - cookiecutter.git/commitdiff
Feat(requirements): Remove `pytest-cov`
authorOleg Broytman <phd@phdru.name>
Mon, 5 Dec 2022 10:34:59 +0000 (13:34 +0300)
committerOleg Broytman <phd@phdru.name>
Mon, 5 Dec 2022 10:41:08 +0000 (13:41 +0300)
I'm no longer interested in test coverage.

project_template/.gitignore
project_template/devscripts/requirements/requirements_tests.txt

index 5af0001b4eeb02e82e8001a50da2d412e1ddc669..902ce3bdb93c303b27e6dc15099d902e95fd4c03 100644 (file)
@@ -4,8 +4,6 @@
 /build/
 /data/
 /dist/
-/htmlcov/
-/.coverage
 /MANIFEST
 *.py[co]
 *.tmp
index ae7bbd9aa620dc94cf79faad149343e0b7d86568..afdaefaa8e35d0246439e255a824a50e05a8faa2 100644 (file)
@@ -1,4 +1,3 @@
 -r requirements.txt
 
 pytest < 5.0
-pytest-cov