aboutsummaryrefslogtreecommitdiffstats
path: root/pytest.ini
blob: 0bc1ec01140cec2dd74577314cd22091ee787a8a (plain)
1
2
3
4
5
6
7
8
9
10
[pytest]
addopts=--doctest-modules --doctest-glob=pkg_resources/api_tests.txt -r sxX
norecursedirs=dist build *.egg setuptools/extern pkg_resources/extern pkg_resources/tests/data tools .*
flake8-ignore =
    setuptools/site-patch.py F821
    setuptools/py*compat.py F811
doctest_optionflags=ELLIPSIS ALLOW_UNICODE
filterwarnings =
	# https://github.com/pypa/setuptools/issues/1823
	ignore:bdist_wininst command is deprecated