Skip to content

Commit dd387e6

Browse files
committed
ci(pytest): Filter docutils 0.19 and myst DeprecationWarning for now
1 parent 9043bd0 commit dd387e6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

setup.cfg

+2
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@ line_length = 88
1919
[tool:pytest]
2020
filterwarnings =
2121
ignore:distutils Version classes are deprecated. Use packaging.version instead.
22+
ignore:The frontend.Option(Parser)? class.*:DeprecationWarning::
23+
2224
addopts = --reruns=0 --tb=short --no-header --showlocals --doctest-modules
2325
doctest_optionflags = ELLIPSIS NORMALIZE_WHITESPACE
2426
testpaths =

0 commit comments

Comments
 (0)