Skip to content

Commit

Permalink
Update pytest warning filter
Browse files Browse the repository at this point in the history
  • Loading branch information
domdfcoding committed Jun 19, 2024
1 parent c9e2d8d commit daea932
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -242,6 +242,7 @@ filterwarnings =
always:nodes.Node.traverse\(\) is obsoleted by Node.findall\(\).:PendingDeprecationWarning
always:The frontend.OptionParser class will be replaced by a subclass of argparse.ArgumentParser in Docutils 0.21 or later.:DeprecationWarning
always:The frontend.Option class will be removed in Docutils 0.21 or later.:DeprecationWarning
always:importlib.resources.contents is deprecated. Use files:DeprecationWarning
markers = sphinx
[testenv:py312-sphinx{3.2,3.3,3.4,3.5}]
Expand Down

0 comments on commit daea932

Please sign in to comment.