Skip to content

Commit 20d9d98

Browse files
authored
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.
1 parent e9ed7da commit 20d9d98

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[tool:pytest]
22
addopts =
33
--showlocals --doctest-modules -ra --cov-report= --cov=numpydoc
4-
--junit-xml=junit-results.xml --ignore=doc/conf.py
4+
--junit-xml=junit-results.xml --ignore=doc/
55
junit_family = xunit2
66
filterwarnings =
77
ignore:'U' mode is deprecated:DeprecationWarning

0 commit comments

Comments
 (0)