garden: enable the virtualenv when it exists
[git-cola.git] / pytest.ini
blobda06c9bb8badddc9bb304cc73ff6ea5200b4d752
1 [pytest]
2 norecursedirs=dist build .tox .eggs env*
3 addopts=--doctest-modules
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