Skip to content

Commit

Permalink
Unignore cgi module deprecation warning @ pytest
Browse files Browse the repository at this point in the history
  • Loading branch information
webknjaz committed Nov 4, 2022
1 parent 91a4ea1 commit 224ba0d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions pytest.ini
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,6 @@ faulthandler_timeout = 30

filterwarnings =
error
# `cgi` is deprecated via https://peps.python.org/pep-0594/#cgi
ignore:'cgi' is deprecated and slated for removal in Python 3.13:DeprecationWarning:

# FIXME: drop this once `pytest-cov` is updated.
# Ref: https://github.com/pytest-dev/pytest-cov/issues/557
Expand Down

0 comments on commit 224ba0d

Please sign in to comment.