1[pytest]
2norecursedirs=dist build .tox .eggs
3addopts=--doctest-modules
4doctest_optionflags=ALLOW_UNICODE ELLIPSIS
5# workaround for warning pytest-dev/pytest#6178
6junit_family=xunit2
7filterwarnings=
8