summaryrefslogtreecommitdiff
path: root/pytest.ini
blob: 31b114fdd0147549bf4ab02fceb16e7d69eea512 (plain)
1
2
3
4
5
6
7
8
9
10
11
[pytest]
norecursedirs=dist build .tox .eggs
addopts=--doctest-modules
doctest_optionflags=ALLOW_UNICODE ELLIPSIS
# workaround for warning pytest-dev/pytest#6178
junit_family=xunit2
filterwarnings=
	# Suppress deprecation warning in flake8
	ignore:SelectableGroups dict interface is deprecated::flake8
	# Suppress deprecation warning in pypa/packaging#433
	ignore:The distutils package is deprecated::packaging.tags