Skip to content

Commit

Permalink
Filterwarnings about deprecated CGI warning
Browse files Browse the repository at this point in the history
  • Loading branch information
marcospri committed Jan 12, 2024
1 parent b68644c commit 71afded
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ filterwarnings = [
"ignore:^pkg_resources is deprecated as an API:DeprecationWarning:pkg_resources",
"ignore:^pkg_resources is deprecated as an API:DeprecationWarning:pyramid",
"ignore:^Deprecated call to .pkg_resources\\.declare_namespace\\('.*'\\).\\.:DeprecationWarning:pkg_resources",
# https://github.com/webpy/webpy/issues/732
"ignore:^\\'cgi\\' is deprecated and slated for removal in Python 3\\.13:DeprecationWarning:webob",
]

[tool.pydocstyle]
Expand Down

0 comments on commit 71afded

Please sign in to comment.