Skip to content

Commit

Permalink
Update pytest warningfilter
Browse files Browse the repository at this point in the history
  • Loading branch information
domdfcoding committed Feb 5, 2024
1 parent 34ea0fa commit 7c512d2
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 @@ -317,6 +317,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:ast.Str is deprecated and will be removed in Python 3.14; use ast.Constant instead:DeprecationWarning
always:Attribute s is deprecated and will be removed in Python 3.14; use value instead:DeprecationWarning
[testenv:py{py37,py38,py39}-sphinx{3.3,3.4,3.5,4.0,4.1,4.2,4.3,4.4,4.5,5.0}]
commands =
Expand Down

0 comments on commit 7c512d2

Please sign in to comment.