aboutsummaryrefslogtreecommitdiffstats
path: root/setup.cfg
diff options
context:
space:
mode:
authorMaximilian Hils <git@maximilianhils.com>2016-09-24 21:01:48 -0700
committerGitHub <noreply@github.com>2016-09-24 21:01:48 -0700
commiteeec17902fdcd7de766dc79ed6a2e3a73ad4ce3d (patch)
treee5bf3bfede02873eed266a76bc42039f80e30295 /setup.cfg
parentde65aebfdf011f1cf68c554ed79326621c328c10 (diff)
downloadmitmproxy-eeec17902fdcd7de766dc79ed6a2e3a73ad4ce3d.tar.gz
mitmproxy-eeec17902fdcd7de766dc79ed6a2e3a73ad4ce3d.tar.bz2
mitmproxy-eeec17902fdcd7de766dc79ed6a2e3a73ad4ce3d.zip
update dependencies, minor fixes (#1577)
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 7cbbf81b..47fe119a 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -5,7 +5,7 @@ ignore = E251,C901
exclude = mitmproxy/contrib/*,test/mitmproxy/data/*
builtins = file,open,basestring,xrange,unicode,long,cmp
-[pytest]
+[tool:pytest]
testpaths = test
addopts = --capture=no --color=yes