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 92c9de3 commit ac3d3b9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -344,6 +344,8 @@ filterwarnings =
always:The tuple interface of ObjectMember is deprecated. Use \(obj.__name__, obj.object\) instead.:DeprecationWarning:autodocsumm
always:Returning tuples of \(name, object\) as the second return value from get_object_members\(\) is deprecated.:DeprecationWarning:autodocsumm
always:The `docutils.parsers.rst.directive.html` module will be removed in Docutils 2.0.:DeprecationWarning
always:'cgi' is deprecated and slated for removal in Python 3.13:DeprecationWarning
always:nodes.Node.traverse\(\) is obsoleted by Node.findall\(\).:PendingDeprecationWarning
[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 ac3d3b9

Please sign in to comment.