Skip to content

Commit

Permalink
🔧 Suppress cgi deprecation warning in pytest
Browse files Browse the repository at this point in the history
  • Loading branch information
webknjaz committed Jan 9, 2023
1 parent 7338b83 commit 97ae5b7
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 @@ -59,6 +59,9 @@ filterwarnings =
ignore:the imp module is deprecated in favour of importlib; see the module's documentation for alternative uses:DeprecationWarning
ignore:the imp module is deprecated in favour of importlib; see the module's documentation for alternative uses:PendingDeprecationWarning

# TODO: Replace the use of `cgi`. It seems untrivial.
ignore:'cgi' is deprecated and slated for removal in Python 3.13:DeprecationWarning

junit_duration_report = call
junit_family = xunit2
junit_suite_name = cherrypy_test_suite
Expand Down

0 comments on commit 97ae5b7

Please sign in to comment.