diff options
author | Tristan Van Berkom <tristan.vanberkom@codethink.co.uk> | 2019-01-03 15:46:53 -0500 |
---|---|---|
committer | Tristan Van Berkom <tristan.vanberkom@codethink.co.uk> | 2019-01-03 15:55:00 -0500 |
commit | 3c9d592d2367be753f48957d88cc32cacb30e650 (patch) | |
tree | 399b4bd93ba98e78b53016173341d18b82372a5e /setup.cfg | |
parent | 7850e4e291cb87e150cfbe29ad85e0b011974f38 (diff) | |
download | buildstream-3c9d592d2367be753f48957d88cc32cacb30e650.tar.gz |
setup.cfg: Don't lint by default through setup.py test invocations
Diffstat (limited to 'setup.cfg')
-rw-r--r-- | setup.cfg | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 = |