summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoss Barnowski <rossbar@berkeley.edu>2020-08-18 18:59:44 -0700
committerGitHub <noreply@github.com>2020-08-18 21:59:44 -0400
commit20d9d98de88c986b3ae14702af939b0d0f3c878a (patch)
tree3aac901e867c4f68261015c429382bf7d204b1ee
parente9ed7da89a9b0790bce6be8702102eb1cd9ccbe8 (diff)
downloadnumpydoc-20d9d98de88c986b3ae14702af939b0d0f3c878a.tar.gz
MAINT: pytest ignore doc directory. (#296)
Update pytest config to ignore entire doc/ directory. This prevents an import name collision in doc/scipy-sphinx-theme/conf.py.
-rw-r--r--setup.cfg2
1 files changed, 1 insertions, 1 deletions
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