summaryrefslogtreecommitdiff
path: root/pytest.ini
blob: 640716a64815c2c34c688f87a8b120f98860f39f (plain)
1
2
3
4
5
6
[pytest]
addopts=--doctest-modules --ignore release.py --ignore setuptools/lib2to3_ex.py --ignore tests/manual_test.py --ignore tests/shlib_test --doctest-glob=pkg_resources/api_tests.txt --ignore scripts/upload-old-releases-as-zip.py --ignore pavement.py
norecursedirs=dist build *.egg setuptools/extern pkg_resources/extern .tox
flake8-ignore =
    setuptools/site-patch.py F821
    setuptools/py*compat.py F811