Skip to content

Commit 1a6a59f

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

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
@@ -383,6 +383,7 @@ filterwarnings =
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
385385
always:The frontend.OptionParser class will be replaced by a subclass of argparse.ArgumentParser in Docutils 0.21 or later.:DeprecationWarning
386+
always:The frontend.Option class will be removed in Docutils 0.21 or later.:DeprecationWarning
386387
markers = sphinx
387388
388389

0 commit comments

Comments
 (0)