Skip to content

Commit 4b863a0

Browse files
committed
fix: Fix merge with develop
1 parent 1e7f40d commit 4b863a0

2 files changed

Lines changed: 413 additions & 455 deletions

File tree

pyproject.toml

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -77,21 +77,6 @@ addopts = [
7777
"--benchmark-group-by=name",
7878
"--pdbcls=pdbr:RichPdb",
7979
]
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-
]
9580
doctest_optionflags = "ELLIPSIS IGNORE_EXCEPTION_DETAIL NORMALIZE_WHITESPACE IGNORE_EXCEPTION_DETAIL"
9681
asyncio_mode = "auto"
9782
markers = [

0 commit comments

Comments
 (0)