summaryrefslogtreecommitdiff
path: root/pytest.ini
blob: 61dab3d47bb38f478197bff12288a45070d00533 (plain)
1
2
3
4
5
6
7
[pytest]
norecursedirs=dist build .tox .eggs
addopts=--doctest-modules --flake8
doctest_optionflags=ALLOW_UNICODE ELLIPSIS
filterwarnings=
	ignore:Possible nested set::pycodestyle:113
	ignore:Using or importing the ABCs::flake8:410