Skip to content

Commit 89be4d5

Browse files
committed
Update pytest warningsfilter.
1 parent 9d7ed05 commit 89be4d5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tox.ini

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -382,6 +382,7 @@ filterwarnings =
382382
always:The hookimpl pytest_configure uses old-style configuration options:pytest.PytestDeprecationWarning
383383
always:mypy_extensions.TypedDict is deprecated, and will be removed in a future version. Use typing.TypedDict or typing_extensions.TypedDict instead.:DeprecationWarning
384384
always:The `docutils.parsers.rst.directive.html` module will be removed in Docutils 2.0. Since Docutils 0.18, the "Meta" node is defined in `docutils.parsers.rst.directives.misc`:DeprecationWarning
385+
always:The frontend.OptionParser class will be replaced by a subclass of argparse.ArgumentParser in Docutils 0.21 or later.:DeprecationWarning
385386
markers = sphinx
386387
387388

0 commit comments

Comments
 (0)