Skip to content

Commit 4708474

Browse files
committed
CI: ignore 'docs' directory when running pytest
1 parent cbe7f59 commit 4708474

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
@@ -62,7 +62,7 @@ minversion = "6.0"
6262
# Run pytest with all our checkers, and don't spam us with massive tracebacks on error
6363
# Don't collect the interactive directory which is intended for manual execution
6464
addopts = """
65-
--tb=native -vv --doctest-modules --doctest-glob="*.rst" --ignore src/bluesky/tests/interactive
65+
--tb=native -vv --doctest-modules --doctest-glob="*.rst" --ignore docs
6666
"""
6767
# https://iscinumpy.gitlab.io/post/bound-version-constraints/#watch-for-warnings
6868
filterwarnings = [

0 commit comments

Comments
 (0)