summaryrefslogtreecommitdiff
path: root/setup.cfg
blob: 1e9d2d6bee88268dcc463438c86bafb561cb4fb5 (plain)
1
2
3
4
5
6
7
8
9
[tool:pytest]
addopts =
    --showlocals --doctest-modules -ra --cov-report= --cov=numpydoc
    --junit-xml=junit-results.xml --ignore=doc/
junit_family = xunit2
filterwarnings =
    ignore:'U' mode is deprecated:DeprecationWarning
    ignore:.*sphinx\.util\.smartypants is deprecated.*:
    ignore:Using or importing the ABCs.*:DeprecationWarning