pytest.ini (333B)
1 [pytest] 2 norecursedirs=dist build .tox .eggs 3 addopts=--doctest-modules 4 doctest_optionflags=ALLOW_UNICODE ELLIPSIS 5 # workaround for warning pytest-dev/pytest#6178 6 junit_family=xunit2 7 filterwarnings= 8 # https://github.com/pytest-dev/pytest/issues/6928 9 ignore:direct construction of .*Item has been deprecated:DeprecationWarning