Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 4baebcd

Browse files
committed
ci: fix deprecation warning
1 parent 5ad5e42 commit 4baebcd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,7 @@ filterwarnings = [
203203
# Until https://github.com/ktosiek/pytest-freezegun/issues/35 is merged
204204
"ignore::DeprecationWarning:pytest_freezegun.*",
205205
# Until https://github.com/kurtmckee/feedparser/issues/330 is solved
206-
"ignore::DeprecationWarning:cgi.*",
206+
"ignore::DeprecationWarning:cgi",
207207
]
208208

209209
# --------- Coverage -------------

0 commit comments

Comments
 (0)