File: setup.cfg

package info (click to toggle)
python-coverage 4.5.2%2Bdfsg.1-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 2,524 kB
  • sloc: python: 17,968; ansic: 1,212; makefile: 182; sh: 133; xml: 42
file content (16 lines) | stat: -rw-r--r-- 284 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[tool:pytest]
addopts = -q -n3 --strict --no-flaky-report -rfe
markers = 
	expensive: too slow to run during "make smoke"

[pep8]
ignore = E265,E266,E123,E133,E226,E241,E242,E301,E401
max-line-length = 100

[metadata]
license_file = LICENSE.txt

[egg_info]
tag_build = 
tag_date = 0