summaryrefslogtreecommitdiff
path: root/pytest.ini
blob: ec965b24390c39e413923f47684e87e14e8c730f (plain)
1
2
3
4
5
6
7
[pytest]
norecursedirs=dist build .tox .eggs
addopts=--doctest-modules
doctest_optionflags=ALLOW_UNICODE ELLIPSIS
filterwarnings=
	# Suppress deprecation warning in flake8
	ignore:SelectableGroups dict interface is deprecated::flake8