aboutsummaryrefslogtreecommitdiffstats
path: root/setup.cfg
diff options
context:
space:
mode:
authorMaximilian Hils <git@maximilianhils.com>2016-03-20 19:39:02 +0100
committerMaximilian Hils <git@maximilianhils.com>2016-03-20 19:39:02 +0100
commit43671e723ff9cc783b21d447b448d661ce28734a (patch)
treec68f16bce70c492e095c1565cd182efeb79add5a /setup.cfg
parent61a657fe56949732d6470862c2ebbe09141f85f2 (diff)
downloadmitmproxy-43671e723ff9cc783b21d447b448d661ce28734a.tar.gz
mitmproxy-43671e723ff9cc783b21d447b448d661ce28734a.tar.bz2
mitmproxy-43671e723ff9cc783b21d447b448d661ce28734a.zip
py.test: disable coverage collection by default
Diffstat (limited to 'setup.cfg')
-rw-r--r--setup.cfg2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.cfg b/setup.cfg
index ccd62228..96b23026 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -9,7 +9,7 @@ ignore = E251
[pytest]
testpaths = test
-addopts = --timeout 30 -s --cov netlib --cov mitmproxy --cov pathod
+addopts = --timeout 30 -s
[coverage:run]
branch = True