From 48aee8fde8bf69477ecc78499b6585a42e77d24b Mon Sep 17 00:00:00 2001 From: Victor Miti Date: Wed, 27 Dec 2023 17:10:24 +0000 Subject: [PATCH] test: update pytest config See https://github.com/pytest-dev/pytest-cov/issues/243#issuecomment-441005875 --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index 9f373254..731fe905 100644 --- a/setup.cfg +++ b/setup.cfg @@ -15,7 +15,7 @@ exclude = .git,__pycache__,{{cookiecutter.project_slug}}/,.mypy_cache,.pytest_ca [tool:pytest] testpaths = tests addopts = - -v --tb=short --cov=. + -v --tb=short --cov=. --cov-config setup.cfg norecursedirs = .tox .git */migrations/* */static/* docs venv */{{cookiecutter.project_slug}}/*