Skip to content

Commit

Permalink
Update pytest warningfilter
Browse files Browse the repository at this point in the history
  • Loading branch information
domdfcoding committed Oct 17, 2024
1 parent 175e995 commit 539d828
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 @@ -246,6 +246,7 @@ filterwarnings =
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
always:The `docutils.parsers.rst.directive.html` module will be removed in Docutils 1.2.:DeprecationWarning
markers = sphinx
[testenv:py312-sphinx{3.2,3.3,3.4,3.5}]
Expand Down

0 comments on commit 539d828

Please sign in to comment.