1[tool:pytest]
2addopts = -q -n3 --strict --no-flaky-report -rfe --failed-first
3markers =
4	expensive: too slow to run during "make smoke"
5filterwarnings =
6	ignore:dns.hash module will be removed:DeprecationWarning
7	ignore:Using or importing the ABCs:DeprecationWarning
8
9[pep8]
10ignore = E265,E266,E123,E133,E226,E241,E242,E301,E401
11max-line-length = 100
12
13[metadata]
14license_file = LICENSE.txt
15
16[egg_info]
17tag_build =
18tag_date = 0
19
20