Skip to content

Commit

Permalink
ci: fix deprecation warning
Browse files Browse the repository at this point in the history
  • Loading branch information
lyz-code committed Nov 23, 2023
1 parent 4baebcd commit b2f7d9e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -204,6 +204,7 @@ filterwarnings = [
"ignore::DeprecationWarning:pytest_freezegun.*",
# Until https://github.com/kurtmckee/feedparser/issues/330 is solved
"ignore::DeprecationWarning:cgi",
"ignore::DeprecationWarning:feedparser.*",
]

# --------- Coverage -------------
Expand Down

0 comments on commit b2f7d9e

Please sign in to comment.