Skip to content

Commit 5098f5d

Browse files
committed
Update pytest warningfilter
1 parent e41dfa6 commit 5098f5d

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

tox.ini

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -294,9 +294,11 @@ filterwarnings =
294294
always:datetime.utcfromtimestamp\(\) is deprecated and scheduled for removal in a future version:DeprecationWarning:sphinx.builders.gettext
295295
always:datetime.datetime.utcfromtimestamp\(\) is deprecated and scheduled for removal in a future version:DeprecationWarning:sphinx.builders.gettext
296296
always:The `docutils.parsers.rst.directive.html` module will be removed in Docutils 2.0.:DeprecationWarning
297-
always:The frontend.OptionParser class will be replaced by a subclass of argparse.ArgumentParser in Docutils 0.21 or later.:DeprecationWarning
298-
always:The frontend.Option class will be removed in Docutils 0.21 or later.:DeprecationWarning
297+
always:The frontend.OptionParser class will be replaced by a subclass of argparse.ArgumentParser in Docutils:DeprecationWarning
298+
always:The frontend.Option class will be removed in Docutils:DeprecationWarning
299299
always:'cgi' is deprecated and slated for removal in Python 3.13:DeprecationWarning
300+
always:pkg_resources is deprecated as an API.:UserWarning
301+
once:Argument "reader_name" will be removed in Docutils 2.0.:PendingDeprecationWarning
300302
301303
302304
[testenv:py{39,310,311,312,313,py39}-sphinx7.2]

0 commit comments

Comments
 (0)