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    # https://github.com/pytest-dev/pytest/issues/6928
9    ignore:direct construction of .*Item has been deprecated:DeprecationWarning
10