summaryrefslogtreecommitdiff
path: root/pytest.ini
blob: 612fb91f631b8098ddd98cab761ff62ec006bf63 (plain)
1
2
3
4
5
6
7
[pytest]
addopts=--doctest-modules --doctest-glob=pkg_resources/api_tests.txt -r sxX
norecursedirs=dist build *.egg setuptools/extern pkg_resources/extern .*
flake8-ignore =
    setuptools/site-patch.py F821
    setuptools/py*compat.py F811
doctest_optionflags=ELLIPSIS ALLOW_UNICODE