blob: d6badc77fe98c9beb71cced52a7ae31bc6888279 [file] [log] [blame]
[versioneer]
VCS = git
style = pep440
versionfile_source = buildstream/_version.py
versionfile_build = buildstream/_version.py
tag_prefix =
tag_regex = *.*.*
parentdir_prefix = BuildStream-
[aliases]
test=pytest
[tool:pytest]
addopts = --verbose --basetemp ./tmp --codestyle --pylint --pylint-rcfile=.pylintrc --cov=buildstream --cov-config .coveragerc --durations=20
norecursedirs = tests/integration/project integration-cache tmp __pycache__ .eggs
python_files = tests/*/*.py
codestyle_max_line_length = 119
codestyle_ignore = E129 E125 W504 W605
codestyle_exclude = doc/source/conf.py buildstream/_fuse/fuse.py buildstream/_protos/build/bazel/remote/execution/v2/remote_execution_pb2.py buildstream/_protos/google/api/http_pb2.py buildstream/_protos/google/bytestream/bytestream_pb2.py buildstream/_protos/google/longrunning/operations_pb2.py buildstream/_protos/google/rpc/status_pb2.py
env =
D:BST_TEST_SUITE=True