Skip to content

Commit

Permalink
Don't error on cgi deprecation warning.
Browse files Browse the repository at this point in the history
  • Loading branch information
domdfcoding committed Apr 2, 2024
1 parent 9565bd2 commit e30306d
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 @@ -283,6 +283,7 @@ filterwarnings =
always:The `docutils.parsers.rst.directive.html` module will be removed in Docutils 2.0.:DeprecationWarning
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:'cgi' is deprecated and slated for removal in Python 3.13:DeprecationWarning
[testenv:py312-sphinx{3.4,3.5,4.0,4.1,4.2,4.3,4.4,4.5,5.0,5.1,5.2,5.3,6.0,6.1,6.2,7.0,7.1,7.2}]
setenv =
Expand Down

0 comments on commit e30306d

Please sign in to comment.