summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon McVittie <smcv@debian.org>2020-05-14 11:53:21 +0100
committerSimon McVittie <smcv@debian.org>2021-10-28 10:32:54 +0100
commita7396a768495dd3c3a77d73eb612212944878f52 (patch)
treec7dda5879d5437fee4c93991b759893f29cbe16a
parent9c6d4757773ac647d0cc41c690e680ec826f593c (diff)
setup.cfg: Only run functional checks during Debian package build
Coding style, coverage etc. are appropriate checks for upstream developers to run, but in Debian packaging we just want to test the package's actual functionality. Forwarded: no, Debian-specific Gbp-Pq: Name setup.cfg-Only-run-functional-checks-during-Debian-packag.patch
-rw-r--r--setup.cfg2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.cfg b/setup.cfg
index 3b8816d..0115481 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -14,7 +14,7 @@ multi_line_output = 3
not_skip = __init__.py
[tool:pytest]
-addopts = --showlocals --full-trace --flake8 --isort --cov rgain3 --cov-report term-missing
+addopts = --showlocals --full-trace
flake8-max-line-length = 80
flake8-max-complexity = 20