Loading setup.cfg +1 −1 Original line number Diff line number Diff line Loading @@ -11,7 +11,7 @@ parentdir_prefix = BuildStream- test=pytest [tool:pytest] addopts = --verbose --basetemp ./tmp --pep8 --pylint --pylint-rcfile=.pylintrc --cov=buildstream --cov-config .coveragerc addopts = --verbose --basetemp ./tmp --pep8 --pylint --pylint-rcfile=.pylintrc --cov=buildstream --cov-config .coveragerc --durations=20 norecursedirs = tests/integration/project integration-cache tmp __pycache__ .eggs python_files = tests/*/*.py pep8maxlinelength = 119 Loading Loading
setup.cfg +1 −1 Original line number Diff line number Diff line Loading @@ -11,7 +11,7 @@ parentdir_prefix = BuildStream- test=pytest [tool:pytest] addopts = --verbose --basetemp ./tmp --pep8 --pylint --pylint-rcfile=.pylintrc --cov=buildstream --cov-config .coveragerc addopts = --verbose --basetemp ./tmp --pep8 --pylint --pylint-rcfile=.pylintrc --cov=buildstream --cov-config .coveragerc --durations=20 norecursedirs = tests/integration/project integration-cache tmp __pycache__ .eggs python_files = tests/*/*.py pep8maxlinelength = 119 Loading