diff options
Diffstat (limited to 'pytest.ini')
| -rw-r--r-- | pytest.ini | 10 |
1 files changed, 5 insertions, 5 deletions
@@ -1,7 +1,7 @@ [pytest] -addopts=--doctest-modules --doctest-glob=pkg_resources/api_tests.txt -rsxX -norecursedirs=dist build *.egg setuptools/extern pkg_resources/extern .* -flake8-ignore = - setuptools/site-patch.py F821 - setuptools/py*compat.py F811 +addopts=--doctest-modules --flake8 --doctest-glob=pkg_resources/api_tests.txt -r sxX +norecursedirs=dist build *.egg setuptools/extern pkg_resources/extern pkg_resources/tests/data tools .* setuptools/_vendor pkg_resources/_vendor doctest_optionflags=ELLIPSIS ALLOW_UNICODE +filterwarnings = + # https://github.com/pypa/setuptools/issues/1823 + ignore:bdist_wininst command is deprecated |
