push: prefer the local branch when selecting a corresponding remote branch
[git-cola.git] / pytest.ini
blobefc3c0a90d0c8376a9ee256b71a5d83dce82c1f8
1 [pytest]
2 norecursedirs=dist build .tox .eggs env*
3 addopts=--doctest-modules
4 filterwarnings=
5 # https://github.com/pytest-dev/pytest/issues/6928
6 ignore:direct construction of .*Item has been deprecated:DeprecationWarning