summaryrefslogtreecommitdiff
path: root/pytest.ini
blob: fdf83b38f566438c5ecf9d7a63ea3d5a53ed8427 (plain)
1
2
3
4
5
6
7
[pytest]
norecursedirs = .git .* *.egg* old docs dist build
addopts = -rw
filterwarnings =
    error
    # python3.4 raises this when importing setuptools
    ignore:The value of convert_charrefs will become True in 3.5.*:DeprecationWarning