Skip to content

Commit bb744b0

Browse files
committed
test(setup.cfg): Mute myst-parser deprecation warning for now
1 parent 662c706 commit bb744b0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

setup.cfg

+1
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ line_length = 88
1919
[tool:pytest]
2020
filterwarnings =
2121
ignore:.* Use packaging.version.*:DeprecationWarning::
22+
ignore:The frontend.Option(Parser)? class.*:DeprecationWarning::
2223
addopts = --tb=short --no-header --showlocals --doctest-docutils-modules --reruns 2 -p no:doctest
2324
doctest_optionflags = ELLIPSIS NORMALIZE_WHITESPACE
2425
testpaths =

0 commit comments

Comments
 (0)