Skip to content

Commit e3f6269

Browse files
author
James Souter
committed
Disable doctests in src
1 parent b7ac911 commit e3f6269

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ addopts = """
9090
# https://iscinumpy.gitlab.io/post/bound-version-constraints/#watch-for-warnings
9191
filterwarnings = "error"
9292
# Doctest python code in docs, python code in src docstrings, test functions in tests
93-
testpaths = "docs src tests"
93+
testpaths = "docs tests"
9494

9595
[tool.coverage.run]
9696
data_file = "/tmp/fastcs.coverage"

0 commit comments

Comments
 (0)