summaryrefslogtreecommitdiff
path: root/pytest.ini
blob: 016063b546ee79d54b2ffb63a6d81ebaaccf11d4 (plain)
1
2
3
4
5
6
7
8
9
[pytest]
norecursedirs=dist build .tox .eggs
addopts=--doctest-modules
doctest_optionflags=ALLOW_UNICODE ELLIPSIS
# workaround for warning pytest-dev/pytest#6178
junit_family=xunit2
filterwarnings=
	# https://github.com/pytest-dev/pytest/issues/6928
	ignore:direct construction of .*Item has been deprecated:DeprecationWarning