From 3c9d592d2367be753f48957d88cc32cacb30e650 Mon Sep 17 00:00:00 2001 From: Tristan Van Berkom Date: Thu, 3 Jan 2019 15:46:53 -0500 Subject: setup.cfg: Don't lint by default through setup.py test invocations --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'setup.cfg') 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 = -- cgit v1.2.1