summaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
authorTristan Van Berkom <tristan.vanberkom@codethink.co.uk>2019-01-03 15:46:53 -0500
committerTristan Van Berkom <tristan.vanberkom@codethink.co.uk>2019-01-03 15:55:00 -0500
commit3c9d592d2367be753f48957d88cc32cacb30e650 (patch)
tree399b4bd93ba98e78b53016173341d18b82372a5e /setup.cfg
parent7850e4e291cb87e150cfbe29ad85e0b011974f38 (diff)
downloadbuildstream-3c9d592d2367be753f48957d88cc32cacb30e650.tar.gz
setup.cfg: Don't lint by default through setup.py test invocations
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 bc75936d4..ee566745e 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -11,7 +11,7 @@ parentdir_prefix = BuildStream-
test=pytest
[tool:pytest]
-addopts = --verbose --basetemp ./tmp --codestyle --pylint --pylint-rcfile=.pylintrc --cov=buildstream --cov-config .coveragerc --durations=20
+addopts = --verbose --basetemp ./tmp --cov=buildstream --cov-config .coveragerc --durations=20
norecursedirs = tests/integration/project integration-cache tmp __pycache__ .eggs
python_files = tests/*/*.py
env =