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