File: pytest.ini

package info (click to toggle)
twine 6.2.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 836 kB
  • sloc: python: 4,372; makefile: 23; sh: 6
file content (10 lines) | stat: -rw-r--r-- 326 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
[pytest]
filterwarnings=
	# workaround for https://github.com/mozilla/bleach/issues/425
	ignore:Using or importing the ABCs:DeprecationWarning:bleach
	# workaround for https://github.com/pypa/setuptools/issues/479
	ignore:the imp module is deprecated::setuptools

addopts =
	--disable-socket
	--ignore-glob '*integration*.py'