File: pytest.ini

package info (click to toggle)
python-setuptools 44.1.1-1
  • links: PTS
  • area: main
  • in suites: bullseye
  • size: 3,536 kB
  • sloc: python: 25,461; ansic: 196; makefile: 88; xml: 14
file content (10 lines) | stat: -rw-r--r-- 426 bytes parent folder | download
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