Skip to content

Commit ff82a69

Browse files
committed
Update pytest warning filter for older Sphinx versions
1 parent ce75b7f commit ff82a69

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
@@ -381,6 +381,7 @@ filterwarnings =
381381
always:'cgi' is deprecated and slated for removal in Python 3.13:DeprecationWarning
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
384+
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
384385
markers = sphinx
385386
386387

0 commit comments

Comments
 (0)