diff --git a/setup.cfg b/setup.cfg index 420fc78a..1e9d2d6b 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,7 +1,7 @@ [tool:pytest] addopts = --showlocals --doctest-modules -ra --cov-report= --cov=numpydoc - --junit-xml=junit-results.xml --ignore=doc/conf.py + --junit-xml=junit-results.xml --ignore=doc/ junit_family = xunit2 filterwarnings = ignore:'U' mode is deprecated:DeprecationWarning