Skip to content

Commit c531c2d

Browse files
committed
Revert "Include doctest in pytest configuration again"
This reverts commit 253364e.
1 parent 61125b6 commit c531c2d

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
@@ -185,7 +185,7 @@ minversion = "6.0"
185185
addopts = "-ra --strict-config --strict-markers"
186186
log_cli_level = "INFO"
187187
xfail_strict = true
188-
testpaths = ["src", "tests"]
188+
testpaths = ["tests"]
189189
filterwarnings = [
190190
"error",
191191
"ignore:.*use `imageio` or other I/O packages directly.*:FutureWarning:(tests|skimage)",

0 commit comments

Comments
 (0)