We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cbe7f59 commit 4708474Copy full SHA for 4708474
pyproject.toml
@@ -62,7 +62,7 @@ minversion = "6.0"
62
# Run pytest with all our checkers, and don't spam us with massive tracebacks on error
63
# Don't collect the interactive directory which is intended for manual execution
64
addopts = """
65
- --tb=native -vv --doctest-modules --doctest-glob="*.rst" --ignore src/bluesky/tests/interactive
+ --tb=native -vv --doctest-modules --doctest-glob="*.rst" --ignore docs
66
"""
67
# https://iscinumpy.gitlab.io/post/bound-version-constraints/#watch-for-warnings
68
filterwarnings = [
0 commit comments