Skip to content

Commit

Permalink
Suppress DeprecationWarning. Ref cherrypy/cherrypy#2020.
Browse files Browse the repository at this point in the history
  • Loading branch information
jaraco committed Feb 18, 2024
1 parent 598dbe8 commit 9a71cde
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pytest.ini
Original file line number Diff line number Diff line change
Expand Up @@ -23,3 +23,6 @@ filterwarnings=

# cherrypy/cherrypy#2019
ignore:pkg_resources is deprecated:DeprecationWarning

# cherrypy/cherrypy#2020
ignore:'cgi' is deprecated:DeprecationWarning

0 comments on commit 9a71cde

Please sign in to comment.