models: avoid resetting state in set_worktree()
[git-cola.git] / pytest.ini
blob466b11348c3556bf98f818ff6a752b86e3939ac7
1 [pytest]
2 norecursedirs=dist build .tox .eggs env*
3 addopts=--doctest-modules --flake8
4 doctest_optionflags=ALLOW_UNICODE ELLIPSIS
5 filterwarnings=
6 # https://github.com/pytest-dev/pytest/issues/6928
7 ignore:direct construction of .*Item has been deprecated:DeprecationWarning