Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5ad5e42 commit 4baebcdCopy full SHA for 4baebcd
pyproject.toml
@@ -203,7 +203,7 @@ filterwarnings = [
203
# Until https://github.com/ktosiek/pytest-freezegun/issues/35 is merged
204
"ignore::DeprecationWarning:pytest_freezegun.*",
205
# Until https://github.com/kurtmckee/feedparser/issues/330 is solved
206
- "ignore::DeprecationWarning:cgi.*",
+ "ignore::DeprecationWarning:cgi",
207
]
208
209
# --------- Coverage -------------
0 commit comments