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