blob: 549e4d68f800abd88f3fbfe5649d9eea9a3d4727 (
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 .*
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:distutils.command.bdist_wininst::command is deprecated
|