14 lines
408 B
Diff
14 lines
408 B
Diff
diff --git a/setup.cfg b/setup.cfg
|
|
index 420fc78..1e9d2d6 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
|