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 1e7f40d commit 4b863a0Copy full SHA for 4b863a0
2 files changed
pyproject.toml
@@ -77,21 +77,6 @@ addopts = [
77
"--benchmark-group-by=name",
78
"--pdbcls=pdbr:RichPdb",
79
]
80
-addopts = [
81
- "--ignore=docs/conf.py",
82
- "--ignore=docs/auto_examples/",
83
- "--ignore=docs/_build/",
84
- "--ignore=tests/examples/",
85
- "--cov",
86
- "--cov-config",
87
- ".coveragerc",
88
- "--doctest-glob=*.md",
89
- "--doctest-modules",
90
- "--doctest-continue-on-failure",
91
- "--benchmark-autosave",
92
- "--benchmark-group-by=name",
93
- "--pdbcls=pdbr:RichPdb",
94
-]
95
doctest_optionflags = "ELLIPSIS IGNORE_EXCEPTION_DETAIL NORMALIZE_WHITESPACE IGNORE_EXCEPTION_DETAIL"
96
asyncio_mode = "auto"
97
markers = [
0 commit comments